This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add IO extension
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Sat, 27 Jul 1996 01:17:48 +0000 (01:17 +0000)
committerCharles Bailey <bailey@genetics.upenn.edu>
Sat, 27 Jul 1996 01:17:48 +0000 (01:17 +0000)
commit8add82fcce53822c8119c2a311f526a412bbc9c7
tree7929a2481a6deebd0cca064719747978a655984d
parentc954a603b8f02c172ffe0fd3503b4d7ca983ad99
Add IO extension
ext/IO/IO.pm [new file with mode: 0644]
ext/IO/IO.xs [new file with mode: 0644]
ext/IO/Makefile.PL [new file with mode: 0644]
ext/IO/lib/IO/File.pm [new file with mode: 0644]
ext/IO/lib/IO/Handle.pm [new file with mode: 0644]
ext/IO/lib/IO/Pipe.pm [new file with mode: 0644]
ext/IO/lib/IO/Seekable.pm [new file with mode: 0644]
ext/IO/lib/IO/Select.pm [new file with mode: 0644]
ext/IO/lib/IO/Socket.pm [new file with mode: 0644]