diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-12 08:05:20 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-12 08:05:20 +0000 |
commit | 854822f1f42826a420001c15245dd4bcbf3fb071 (patch) | |
tree | ab961a473e6f2cce13db135145556de3584f84cc /ext | |
parent | f2f2613b8fd93f228ac9506438022acbc86e641f (diff) | |
download | perl-854822f1f42826a420001c15245dd4bcbf3fb071.tar.gz |
IO is maintained by p5p (per Graham Barr's wishes)
p4raw-id: //depot/perl@2882
Diffstat (limited to 'ext')
-rw-r--r-- | ext/IO/ChangeLog | 2 | ||||
-rw-r--r-- | ext/IO/README | 9 | ||||
-rw-r--r-- | ext/IO/lib/IO/Dir.pm | 3 | ||||
-rw-r--r-- | ext/IO/lib/IO/Pipe.pm | 3 | ||||
-rw-r--r-- | ext/IO/lib/IO/Poll.pm | 3 | ||||
-rw-r--r-- | ext/IO/lib/IO/Select.pm | 3 | ||||
-rw-r--r-- | ext/IO/lib/IO/Socket.pm | 3 | ||||
-rw-r--r-- | ext/IO/lib/IO/Socket/INET.pm | 3 | ||||
-rw-r--r-- | ext/IO/lib/IO/Socket/UNIX.pm | 3 |
9 files changed, 21 insertions, 11 deletions
diff --git a/ext/IO/ChangeLog b/ext/IO/ChangeLog index 28bc4319b8..c45e785326 100644 --- a/ext/IO/ChangeLog +++ b/ext/IO/ChangeLog @@ -1,3 +1,5 @@ +For more recent changes, see the Perl Changes* file(s). + Change 173 on 1998/07/14 by <gbarr@pobox.com> (Graham Barr) IO::Socket diff --git a/ext/IO/README b/ext/IO/README index 375e2acdf6..191d5504bc 100644 --- a/ext/IO/README +++ b/ext/IO/README @@ -1,4 +1,5 @@ -This directory contains files from the IO distribution maintained by -Graham Barr <gbarr@pobox.com>. If you find that you have to modify -any files in this directory then please forward him a patch for only -the files in this directory. +This directory contains files from the IO distribution created by +Graham Barr. It is currently maintained by the Perl Porters as part +of the Perl source distribution. If you find that you have to modify +any files in this directory then please forward them a patch at +<perl5-porters@perl.org>. diff --git a/ext/IO/lib/IO/Dir.pm b/ext/IO/lib/IO/Dir.pm index cb612d5fc4..f505e794b8 100644 --- a/ext/IO/lib/IO/Dir.pm +++ b/ext/IO/lib/IO/Dir.pm @@ -227,7 +227,8 @@ L<File::stat> =head1 AUTHOR -Graham Barr E<lt>F<gbarr@pobox.com>E<gt> +Graham Barr. Currently maintained by the Perl Porters. Please report all +bugs to <perl5-porters@perl.org>. =head1 COPYRIGHT diff --git a/ext/IO/lib/IO/Pipe.pm b/ext/IO/lib/IO/Pipe.pm index 9adea28dc8..daf6fe699b 100644 --- a/ext/IO/lib/IO/Pipe.pm +++ b/ext/IO/lib/IO/Pipe.pm @@ -240,7 +240,8 @@ L<IO::Handle> =head1 AUTHOR -Graham Barr <gbarr@pobox.com> +Graham Barr. Currently maintained by the Perl Porters. Please report all +bugs to <perl5-porters@perl.org>. =head1 COPYRIGHT diff --git a/ext/IO/lib/IO/Poll.pm b/ext/IO/lib/IO/Poll.pm index 3a31eb9d56..a984985d39 100644 --- a/ext/IO/lib/IO/Poll.pm +++ b/ext/IO/lib/IO/Poll.pm @@ -193,7 +193,8 @@ L<poll(2)>, L<IO::Handle>, L<IO::Select> =head1 AUTHOR -Graham Barr <gbarr@pobox.com> +Graham Barr. Currently maintained by the Perl Porters. Please report all +bugs to <perl5-porters@perl.org>. =head1 COPYRIGHT diff --git a/ext/IO/lib/IO/Select.pm b/ext/IO/lib/IO/Select.pm index ccb49b8c30..f021a797ec 100644 --- a/ext/IO/lib/IO/Select.pm +++ b/ext/IO/lib/IO/Select.pm @@ -365,7 +365,8 @@ listening for more connections on a listen socket =head1 AUTHOR -Graham Barr E<lt>F<gbarr@pobox.com>E<gt> +Graham Barr. Currently maintained by the Perl Porters. Please report all +bugs to <perl5-porters@perl.org>. =head1 COPYRIGHT diff --git a/ext/IO/lib/IO/Socket.pm b/ext/IO/lib/IO/Socket.pm index 0bdf2ff989..0f46e8d65d 100644 --- a/ext/IO/lib/IO/Socket.pm +++ b/ext/IO/lib/IO/Socket.pm @@ -402,7 +402,8 @@ L<Socket>, L<IO::Handle>, L<IO::Socket::INET>, L<IO::Socket::UNIX> =head1 AUTHOR -Graham Barr E<lt>F<gbarr@pobox.com>E<gt> +Graham Barr. Currently maintained by the Perl Porters. Please report all +bugs to <perl5-porters@perl.org>. =head1 COPYRIGHT diff --git a/ext/IO/lib/IO/Socket/INET.pm b/ext/IO/lib/IO/Socket/INET.pm index ccd0e8f364..367959565d 100644 --- a/ext/IO/lib/IO/Socket/INET.pm +++ b/ext/IO/lib/IO/Socket/INET.pm @@ -368,7 +368,8 @@ L<Socket>, L<IO::Socket> =head1 AUTHOR -Graham Barr E<lt>F<gbarr@pobox.com>E<gt> +Graham Barr. Currently maintained by the Perl Porters. Please report all +bugs to <perl5-porters@perl.org>. =head1 COPYRIGHT diff --git a/ext/IO/lib/IO/Socket/UNIX.pm b/ext/IO/lib/IO/Socket/UNIX.pm index 7dc7d0ce22..8f3b31f42c 100644 --- a/ext/IO/lib/IO/Socket/UNIX.pm +++ b/ext/IO/lib/IO/Socket/UNIX.pm @@ -131,7 +131,8 @@ L<Socket>, L<IO::Socket> =head1 AUTHOR -Graham Barr E<lt>F<gbarr@pobox.com>E<gt> +Graham Barr. Currently maintained by the Perl Porters. Please report all +bugs to <perl5-porters@perl.org>. =head1 COPYRIGHT |