~ubuntu-branches/ubuntu/wily/libnet-openssh-perl/wily-proposed

« back to all changes in this revision

Viewing changes to lib/Net/OpenSSH/SSH.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-06-14 14:55:17 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140614145517-o61gchpbz76ne5e9
Tags: 0.62-1
* Team upload.
* New upstream release.
* Strip trailing slash from metacpan URLs.
* Update years of upstream copyright.
* Drop spelling.patch, fixed upstream.
* Add patch to improve wording in POD.
* Declare compliance with Debian Policy 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package Net::OpenSSH::SSH;
 
2
 
 
3
1;
 
4
 
 
5
__END__
 
6
 
 
7
=head1 NAME
 
8
 
 
9
Net::OpenSSH::SSH - Perl SSH client package implemented on top of OpenSSH
 
10
 
 
11
=head1 DESCRIPTION
 
12
 
 
13
Use the real thing: L<Net::OpenSSH>.
 
14
 
 
15
This namespace is used so that the module gets indexed under the
 
16
C<SSH> tag on popular CPAN search engines such as
 
17
L<http://metacpan.org> and L<http://search.cpan.org>.
 
18
 
 
19
=cut