/usr/share/perl5/Net/OpenSSH/SSH.pm is in libnet-openssh-perl 0.70-1.
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 11 12 13 14 15 16 17 18 19 | package Net::OpenSSH::SSH;
1;
__END__
=head1 NAME
Net::OpenSSH::SSH - Perl SSH client package implemented on top of OpenSSH
=head1 DESCRIPTION
Use the real thing: L<Net::OpenSSH>.
This namespace is used so that the module gets indexed under the
C<SSH> tag on popular CPAN search engines such as
L<http://metacpan.org> and L<http://search.cpan.org>.
=cut
|