This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add IO-1.20; mess with t/lib/io_*.t in an attempt to
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 28 Nov 1998 16:08:07 +0000 (16:08 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 28 Nov 1998 16:08:07 +0000 (16:08 +0000)
commitcf7fe8a27ac6ee8776974a7c83e80425f2ec0ff8
tree7ef2ecdbeb235984f710a2c47eaad7a69d46670d
parent49460fe6d299521eb33c31ef95793c8ca16e93d2
add IO-1.20; mess with t/lib/io_*.t in an attempt to
keep platform hacks that aren't in the 1.20 dist; add new files
to MANIFEST; hack Makefile.PL; result hasn't been tested
anywhere

p4raw-id: //depot/perl@2354
25 files changed:
MANIFEST
ext/IO/ChangeLog [new file with mode: 0644]
ext/IO/IO.pm
ext/IO/IO.xs
ext/IO/Makefile.PL
ext/IO/README
ext/IO/lib/IO/Dir.pm [new file with mode: 0644]
ext/IO/lib/IO/File.pm
ext/IO/lib/IO/Handle.pm
ext/IO/lib/IO/Pipe.pm
ext/IO/lib/IO/Poll.pm [new file with mode: 0644]
ext/IO/lib/IO/Seekable.pm
ext/IO/lib/IO/Select.pm
ext/IO/lib/IO/Socket.pm
ext/IO/lib/IO/Socket/INET.pm [new file with mode: 0644]
ext/IO/lib/IO/Socket/UNIX.pm [new file with mode: 0644]
ext/IO/poll.c [new file with mode: 0644]
ext/IO/poll.h [new file with mode: 0644]
t/lib/io_const.t [new file with mode: 0755]
t/lib/io_dir.t [new file with mode: 0755]
t/lib/io_multihomed.t [new file with mode: 0644]
t/lib/io_poll.t [new file with mode: 0755]
t/lib/io_sock.t
t/lib/io_udp.t
t/lib/io_unix.t [new file with mode: 0644]