This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add IO::Zlib 1.04 to bleadperl
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 14 Jun 2005 12:06:40 +0000 (12:06 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 14 Jun 2005 12:06:40 +0000 (12:06 +0000)
commit8d0ec8cffad6f81a95e1fb954a5337910142389f
tree5787169cecd08a3c4fff12eda4c440ab967099bf
parent94f3782b3e86f250f6fc117b09530d4c0ddac4ef
Add IO::Zlib 1.04 to bleadperl

p4raw-id: //depot/perl@24834
12 files changed:
MANIFEST
Makefile.SH
lib/IO/Zlib.pm [new file with mode: 0644]
lib/IO/Zlib/t/basic.t [new file with mode: 0644]
lib/IO/Zlib/t/external.t [new file with mode: 0644]
lib/IO/Zlib/t/getc.t [new file with mode: 0644]
lib/IO/Zlib/t/getline.t [new file with mode: 0644]
lib/IO/Zlib/t/import.t [new file with mode: 0644]
lib/IO/Zlib/t/large.t [new file with mode: 0644]
lib/IO/Zlib/t/tied.t [new file with mode: 0644]
lib/IO/Zlib/t/uncomp1.t [new file with mode: 0644]
lib/IO/Zlib/t/uncomp2.t [new file with mode: 0644]