This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move IO::Zlib from ext/ to cpan/
authorNicholas Clark <nick@ccl4.org>
Fri, 2 Oct 2009 10:24:10 +0000 (11:24 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 2 Oct 2009 10:24:10 +0000 (11:24 +0100)
commit90964b6e3255899e4d0c1570d3fbede4b450fa6d
tree1fb09dfdf2a0de6407e0ee73b9e94f8ff8f67e6a
parent3fd969f44926f311e1c67d9470a9e936f7af2d73
Move IO::Zlib from ext/ to cpan/
12 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/IO-Zlib/Zlib.pm [moved from ext/IO-Zlib/Zlib.pm with 100% similarity]
cpan/IO-Zlib/t/basic.t [moved from ext/IO-Zlib/t/basic.t with 100% similarity]
cpan/IO-Zlib/t/external.t [moved from ext/IO-Zlib/t/external.t with 100% similarity]
cpan/IO-Zlib/t/getc.t [moved from ext/IO-Zlib/t/getc.t with 100% similarity]
cpan/IO-Zlib/t/getline.t [moved from ext/IO-Zlib/t/getline.t with 100% similarity]
cpan/IO-Zlib/t/import.t [moved from ext/IO-Zlib/t/import.t with 100% similarity]
cpan/IO-Zlib/t/large.t [moved from ext/IO-Zlib/t/large.t with 100% similarity]
cpan/IO-Zlib/t/tied.t [moved from ext/IO-Zlib/t/tied.t with 100% similarity]
cpan/IO-Zlib/t/uncomp1.t [moved from ext/IO-Zlib/t/uncomp1.t with 100% similarity]
cpan/IO-Zlib/t/uncomp2.t [moved from ext/IO-Zlib/t/uncomp2.t with 100% similarity]