From: Nicholas Clark Date: Fri, 2 Oct 2009 10:24:10 +0000 (+0100) Subject: Move IO::Zlib from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90964b6e3255899e4d0c1570d3fbede4b450fa6d;p=p5sagit%2Fp5-mst-13.2.git Move IO::Zlib from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index dcc81d4..30c34de 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1209,6 +1209,16 @@ cpan/IO-Compress/t/cz-06gzsetp.t IO::Compress cpan/IO-Compress/t/cz-08encoding.t IO::Compress cpan/IO-Compress/t/cz-14gzopen.t IO::Compress cpan/IO-Compress/t/globmapper.t IO::Compress +cpan/IO-Zlib/t/basic.t Tests for IO::Zlib +cpan/IO-Zlib/t/external.t Tests for IO::Zlib +cpan/IO-Zlib/t/getc.t Tests for IO::Zlib +cpan/IO-Zlib/t/getline.t Tests for IO::Zlib +cpan/IO-Zlib/t/import.t Tests for IO::Zlib +cpan/IO-Zlib/t/large.t Tests for IO::Zlib +cpan/IO-Zlib/t/tied.t Tests for IO::Zlib +cpan/IO-Zlib/t/uncomp1.t Tests for IO::Zlib +cpan/IO-Zlib/t/uncomp2.t Tests for IO::Zlib +cpan/IO-Zlib/Zlib.pm IO::Zlib cpan/IPC-Cmd/lib/IPC/Cmd.pm IPC::Cmd cpan/IPC-Cmd/t/01_IPC-Cmd.t IPC::Cmd tests cpan/IPC-Cmd/t/02_Interactive.t IPC::Cmd tests @@ -1993,16 +2003,6 @@ ext/I18N-Langinfo/Langinfo.pm I18N::Langinfo ext/I18N-Langinfo/Langinfo.xs I18N::Langinfo ext/I18N-Langinfo/Makefile.PL I18N::Langinfo ext/I18N-Langinfo/t/Langinfo.t See whether I18N::Langinfo works -ext/IO-Zlib/t/basic.t Tests for IO::Zlib -ext/IO-Zlib/t/external.t Tests for IO::Zlib -ext/IO-Zlib/t/getc.t Tests for IO::Zlib -ext/IO-Zlib/t/getline.t Tests for IO::Zlib -ext/IO-Zlib/t/import.t Tests for IO::Zlib -ext/IO-Zlib/t/large.t Tests for IO::Zlib -ext/IO-Zlib/t/tied.t Tests for IO::Zlib -ext/IO-Zlib/t/uncomp1.t Tests for IO::Zlib -ext/IO-Zlib/t/uncomp2.t Tests for IO::Zlib -ext/IO-Zlib/Zlib.pm IO::Zlib ext/IPC-Open2/lib/IPC/Open2.pm Open a two-ended pipe ext/IPC-Open2/t/IPC-Open2.t See if IPC::Open2 works ext/IPC-Open3/lib/IPC/Open3.pm Open a three-ended pipe diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index b5c24c7..61aa0d9 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -790,7 +790,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'tomhughes', 'DISTRIBUTION' => 'TOMHUGHES/IO-Zlib-1.10.tar.gz', - 'FILES' => q[ext/IO-Zlib], + 'FILES' => q[cpan/IO-Zlib], 'CPAN' => 1, 'UPSTREAM' => undef, }, diff --git a/ext/IO-Zlib/Zlib.pm b/cpan/IO-Zlib/Zlib.pm similarity index 100% rename from ext/IO-Zlib/Zlib.pm rename to cpan/IO-Zlib/Zlib.pm diff --git a/ext/IO-Zlib/t/basic.t b/cpan/IO-Zlib/t/basic.t similarity index 100% rename from ext/IO-Zlib/t/basic.t rename to cpan/IO-Zlib/t/basic.t diff --git a/ext/IO-Zlib/t/external.t b/cpan/IO-Zlib/t/external.t similarity index 100% rename from ext/IO-Zlib/t/external.t rename to cpan/IO-Zlib/t/external.t diff --git a/ext/IO-Zlib/t/getc.t b/cpan/IO-Zlib/t/getc.t similarity index 100% rename from ext/IO-Zlib/t/getc.t rename to cpan/IO-Zlib/t/getc.t diff --git a/ext/IO-Zlib/t/getline.t b/cpan/IO-Zlib/t/getline.t similarity index 100% rename from ext/IO-Zlib/t/getline.t rename to cpan/IO-Zlib/t/getline.t diff --git a/ext/IO-Zlib/t/import.t b/cpan/IO-Zlib/t/import.t similarity index 100% rename from ext/IO-Zlib/t/import.t rename to cpan/IO-Zlib/t/import.t diff --git a/ext/IO-Zlib/t/large.t b/cpan/IO-Zlib/t/large.t similarity index 100% rename from ext/IO-Zlib/t/large.t rename to cpan/IO-Zlib/t/large.t diff --git a/ext/IO-Zlib/t/tied.t b/cpan/IO-Zlib/t/tied.t similarity index 100% rename from ext/IO-Zlib/t/tied.t rename to cpan/IO-Zlib/t/tied.t diff --git a/ext/IO-Zlib/t/uncomp1.t b/cpan/IO-Zlib/t/uncomp1.t similarity index 100% rename from ext/IO-Zlib/t/uncomp1.t rename to cpan/IO-Zlib/t/uncomp1.t diff --git a/ext/IO-Zlib/t/uncomp2.t b/cpan/IO-Zlib/t/uncomp2.t similarity index 100% rename from ext/IO-Zlib/t/uncomp2.t rename to cpan/IO-Zlib/t/uncomp2.t