File: SSH.pm

package info (click to toggle)
libnet-openssh-perl 0.84-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: perl: 3,410; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (6)
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