/usr/share/perl5/Net/Hotline.pm is in libnet-hotline-perl 0.83-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | package Net::Hotline;
# Provides the version number for the whole set of Net::Hotline:: libs.
# Currently, this includes only the Net::Hotline::Client
$VERSION = '0.83';
# The client module is loaded when you "use Net::Hotline"
use Net::Hotline::Client;
1;
|