summaryrefslogtreecommitdiff
path: root/cpan/libnet/lib/Net/Netrc.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/libnet/lib/Net/Netrc.pm')
-rw-r--r--cpan/libnet/lib/Net/Netrc.pm20
1 files changed, 10 insertions, 10 deletions
diff --git a/cpan/libnet/lib/Net/Netrc.pm b/cpan/libnet/lib/Net/Netrc.pm
index c075e1433c..46fba2787c 100644
--- a/cpan/libnet/lib/Net/Netrc.pm
+++ b/cpan/libnet/lib/Net/Netrc.pm
@@ -1,9 +1,7 @@
# Net::Netrc.pm
#
-# Versions up to 2.13 Copyright (c) 1995-1998 Graham Barr <gbarr@pobox.com>.
-# All rights reserved.
-# Changes in Version 2.13_01 onwards Copyright (C) 2013-2014 Steve Hay. All
-# rights reserved.
+# Copyright (C) 1995-1998 Graham Barr. All rights reserved.
+# Copyright (C) 2013-2014 Steve Hay. All rights reserved.
# This module is free software; you can redistribute it and/or modify it under
# the same terms as Perl itself, i.e. under the terms of either the GNU General
# Public License or the Artistic License, as specified in the F<LICENCE> file.
@@ -18,7 +16,7 @@ use warnings;
use Carp;
use FileHandle;
-our $VERSION = "3.10";
+our $VERSION = "3.11";
our $TESTING;
@@ -324,10 +322,10 @@ Return a list of login, password and account information for the netrc entry
=head1 AUTHOR
-Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
+Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
-1.22_02
+1.22_02.
=head1 SEE ALSO
@@ -336,9 +334,11 @@ L<Net::Cmd>
=head1 COPYRIGHT
-Versions up to 2.13 Copyright (c) 1995-1998 Graham Barr. All rights reserved.
-Changes in Version 2.13_01 onwards Copyright (C) 2013-2014 Steve Hay. All
-rights reserved.
+Copyright (C) 1995-1998 Graham Barr. All rights reserved.
+
+Copyright (C) 2013-2014 Steve Hay. All rights reserved.
+
+=head1 LICENCE
This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself, i.e. under the terms of either the GNU General Public