From: Nicholas Clark Date: Thu, 1 Oct 2009 13:56:12 +0000 (+0100) Subject: Move Compress::Raw::Zlib from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6f84bbd389ea6d2856b77528c846aeabb0d3ec8;p=p5sagit%2Fp5-mst-13.2.git Move Compress::Raw::Zlib from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index 7f5e78a..95332a1 100644 --- a/MANIFEST +++ b/MANIFEST @@ -256,6 +256,46 @@ cpan/Compress-Raw-Bzip2/t/09limitoutput.t cpan/Compress-Raw-Bzip2/t/99pod.t cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm cpan/Compress-Raw-Bzip2/typemap +cpan/Compress-Raw-Zlib/Changes Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/config.in Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/examples/filtdef Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/examples/filtinf Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/fallback/constants.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/fallback/constants.xs Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/Makefile.PL Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/pod/FAQ.pod Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/private/MakeUtil.pm Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/README Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/t/01version.t Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/t/02zlib.t Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/t/07bufsize.t Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/t/09limitoutput.t Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/t/18lvalue.t Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm +cpan/Compress-Raw-Zlib/typemap Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/adler32.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/compress.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/crc32.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/crc32.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/deflate.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/deflate.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/infback.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/inffast.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/inffast.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/inffixed.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/inflate.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/inflate.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/inftrees.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/inftrees.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/trees.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/trees.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/uncompr.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/zconf.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/zlib.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/zutil.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/zutil.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/Zlib.xs Compress::Raw::Zlib cpan/CPAN/lib/CPAN/API/HOWTO.pod recipe book for programming with CPAN.pm cpan/CPAN/lib/CPAN/Author.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/Bundle.pm helper package for CPAN.pm @@ -1601,46 +1641,6 @@ ext/B/t/showlex.t See if B::ShowLex works ext/B/t/terse.t See if B::Terse works ext/B/t/xref.t See if B::Xref works ext/B/typemap Compiler backend interface types -ext/Compress-Raw-Zlib/Changes Compress::Raw::Zlib -ext/Compress-Raw-Zlib/config.in Compress::Raw::Zlib -ext/Compress-Raw-Zlib/examples/filtdef Compress::Raw::Zlib -ext/Compress-Raw-Zlib/examples/filtinf Compress::Raw::Zlib -ext/Compress-Raw-Zlib/fallback/constants.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/fallback/constants.xs Compress::Raw::Zlib -ext/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm Compress::Raw::Zlib -ext/Compress-Raw-Zlib/Makefile.PL Compress::Raw::Zlib -ext/Compress-Raw-Zlib/pod/FAQ.pod Compress::Raw::Zlib -ext/Compress-Raw-Zlib/private/MakeUtil.pm Compress::Raw::Zlib -ext/Compress-Raw-Zlib/README Compress::Raw::Zlib -ext/Compress-Raw-Zlib/t/01version.t Compress::Raw::Zlib -ext/Compress-Raw-Zlib/t/02zlib.t Compress::Raw::Zlib -ext/Compress-Raw-Zlib/t/07bufsize.t Compress::Raw::Zlib -ext/Compress-Raw-Zlib/t/09limitoutput.t Compress::Raw::Zlib -ext/Compress-Raw-Zlib/t/18lvalue.t Compress::Raw::Zlib -ext/Compress-Raw-Zlib/t/compress/CompTestUtils.pm -ext/Compress-Raw-Zlib/typemap Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/adler32.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/compress.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/crc32.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/crc32.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/deflate.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/deflate.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/infback.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/inffast.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/inffast.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/inffixed.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/inflate.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/inflate.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/inftrees.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/inftrees.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/trees.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/trees.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/uncompr.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/zconf.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/zlib.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/zutil.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/zutil.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/Zlib.xs Compress::Raw::Zlib ext/Devel-DProf/Changes Perl code profiler changelog ext/Devel-DProf/DProf.pm Perl code profiler ext/Devel-DProf/dprof/test1_t Perl code profiler tests diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 83c8487..acb7a08 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -340,7 +340,7 @@ use File::Glob qw(:case); 'MAINTAINER' => 'pmqs', 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.021.tar.gz', - 'FILES' => q[ext/Compress-Raw-Zlib], + 'FILES' => q[cpan/Compress-Raw-Zlib], 'EXCLUDED' => [ qr{^t/Test/}, qw( t/000prereq.t t/99pod.t diff --git a/ext/Compress-Raw-Zlib/.gitignore b/cpan/Compress-Raw-Zlib/.gitignore similarity index 100% rename from ext/Compress-Raw-Zlib/.gitignore rename to cpan/Compress-Raw-Zlib/.gitignore diff --git a/ext/Compress-Raw-Zlib/Changes b/cpan/Compress-Raw-Zlib/Changes similarity index 100% rename from ext/Compress-Raw-Zlib/Changes rename to cpan/Compress-Raw-Zlib/Changes diff --git a/ext/Compress-Raw-Zlib/Makefile.PL b/cpan/Compress-Raw-Zlib/Makefile.PL similarity index 100% rename from ext/Compress-Raw-Zlib/Makefile.PL rename to cpan/Compress-Raw-Zlib/Makefile.PL diff --git a/ext/Compress-Raw-Zlib/README b/cpan/Compress-Raw-Zlib/README similarity index 100% rename from ext/Compress-Raw-Zlib/README rename to cpan/Compress-Raw-Zlib/README diff --git a/ext/Compress-Raw-Zlib/Zlib.xs b/cpan/Compress-Raw-Zlib/Zlib.xs similarity index 100% rename from ext/Compress-Raw-Zlib/Zlib.xs rename to cpan/Compress-Raw-Zlib/Zlib.xs diff --git a/ext/Compress-Raw-Zlib/config.in b/cpan/Compress-Raw-Zlib/config.in similarity index 100% rename from ext/Compress-Raw-Zlib/config.in rename to cpan/Compress-Raw-Zlib/config.in diff --git a/ext/Compress-Raw-Zlib/examples/filtdef b/cpan/Compress-Raw-Zlib/examples/filtdef similarity index 100% rename from ext/Compress-Raw-Zlib/examples/filtdef rename to cpan/Compress-Raw-Zlib/examples/filtdef diff --git a/ext/Compress-Raw-Zlib/examples/filtinf b/cpan/Compress-Raw-Zlib/examples/filtinf similarity index 100% rename from ext/Compress-Raw-Zlib/examples/filtinf rename to cpan/Compress-Raw-Zlib/examples/filtinf diff --git a/ext/Compress-Raw-Zlib/fallback/constants.h b/cpan/Compress-Raw-Zlib/fallback/constants.h similarity index 100% rename from ext/Compress-Raw-Zlib/fallback/constants.h rename to cpan/Compress-Raw-Zlib/fallback/constants.h diff --git a/ext/Compress-Raw-Zlib/fallback/constants.xs b/cpan/Compress-Raw-Zlib/fallback/constants.xs similarity index 100% rename from ext/Compress-Raw-Zlib/fallback/constants.xs rename to cpan/Compress-Raw-Zlib/fallback/constants.xs diff --git a/ext/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm similarity index 100% rename from ext/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm rename to cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm diff --git a/ext/Compress-Raw-Zlib/pod/FAQ.pod b/cpan/Compress-Raw-Zlib/pod/FAQ.pod similarity index 100% rename from ext/Compress-Raw-Zlib/pod/FAQ.pod rename to cpan/Compress-Raw-Zlib/pod/FAQ.pod diff --git a/ext/Compress-Raw-Zlib/private/MakeUtil.pm b/cpan/Compress-Raw-Zlib/private/MakeUtil.pm similarity index 100% rename from ext/Compress-Raw-Zlib/private/MakeUtil.pm rename to cpan/Compress-Raw-Zlib/private/MakeUtil.pm diff --git a/ext/Compress-Raw-Zlib/t/01version.t b/cpan/Compress-Raw-Zlib/t/01version.t similarity index 100% rename from ext/Compress-Raw-Zlib/t/01version.t rename to cpan/Compress-Raw-Zlib/t/01version.t diff --git a/ext/Compress-Raw-Zlib/t/02zlib.t b/cpan/Compress-Raw-Zlib/t/02zlib.t similarity index 100% rename from ext/Compress-Raw-Zlib/t/02zlib.t rename to cpan/Compress-Raw-Zlib/t/02zlib.t diff --git a/ext/Compress-Raw-Zlib/t/07bufsize.t b/cpan/Compress-Raw-Zlib/t/07bufsize.t similarity index 100% rename from ext/Compress-Raw-Zlib/t/07bufsize.t rename to cpan/Compress-Raw-Zlib/t/07bufsize.t diff --git a/ext/Compress-Raw-Zlib/t/09limitoutput.t b/cpan/Compress-Raw-Zlib/t/09limitoutput.t similarity index 100% rename from ext/Compress-Raw-Zlib/t/09limitoutput.t rename to cpan/Compress-Raw-Zlib/t/09limitoutput.t diff --git a/ext/Compress-Raw-Zlib/t/18lvalue.t b/cpan/Compress-Raw-Zlib/t/18lvalue.t similarity index 100% rename from ext/Compress-Raw-Zlib/t/18lvalue.t rename to cpan/Compress-Raw-Zlib/t/18lvalue.t diff --git a/ext/Compress-Raw-Zlib/t/compress/CompTestUtils.pm b/cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm similarity index 100% rename from ext/Compress-Raw-Zlib/t/compress/CompTestUtils.pm rename to cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm diff --git a/ext/Compress-Raw-Zlib/typemap b/cpan/Compress-Raw-Zlib/typemap similarity index 100% rename from ext/Compress-Raw-Zlib/typemap rename to cpan/Compress-Raw-Zlib/typemap diff --git a/ext/Compress-Raw-Zlib/zlib-src/adler32.c b/cpan/Compress-Raw-Zlib/zlib-src/adler32.c similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/adler32.c rename to cpan/Compress-Raw-Zlib/zlib-src/adler32.c diff --git a/ext/Compress-Raw-Zlib/zlib-src/compress.c b/cpan/Compress-Raw-Zlib/zlib-src/compress.c similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/compress.c rename to cpan/Compress-Raw-Zlib/zlib-src/compress.c diff --git a/ext/Compress-Raw-Zlib/zlib-src/crc32.c b/cpan/Compress-Raw-Zlib/zlib-src/crc32.c similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/crc32.c rename to cpan/Compress-Raw-Zlib/zlib-src/crc32.c diff --git a/ext/Compress-Raw-Zlib/zlib-src/crc32.h b/cpan/Compress-Raw-Zlib/zlib-src/crc32.h similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/crc32.h rename to cpan/Compress-Raw-Zlib/zlib-src/crc32.h diff --git a/ext/Compress-Raw-Zlib/zlib-src/deflate.c b/cpan/Compress-Raw-Zlib/zlib-src/deflate.c similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/deflate.c rename to cpan/Compress-Raw-Zlib/zlib-src/deflate.c diff --git a/ext/Compress-Raw-Zlib/zlib-src/deflate.h b/cpan/Compress-Raw-Zlib/zlib-src/deflate.h similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/deflate.h rename to cpan/Compress-Raw-Zlib/zlib-src/deflate.h diff --git a/ext/Compress-Raw-Zlib/zlib-src/infback.c b/cpan/Compress-Raw-Zlib/zlib-src/infback.c similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/infback.c rename to cpan/Compress-Raw-Zlib/zlib-src/infback.c diff --git a/ext/Compress-Raw-Zlib/zlib-src/inffast.c b/cpan/Compress-Raw-Zlib/zlib-src/inffast.c similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/inffast.c rename to cpan/Compress-Raw-Zlib/zlib-src/inffast.c diff --git a/ext/Compress-Raw-Zlib/zlib-src/inffast.h b/cpan/Compress-Raw-Zlib/zlib-src/inffast.h similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/inffast.h rename to cpan/Compress-Raw-Zlib/zlib-src/inffast.h diff --git a/ext/Compress-Raw-Zlib/zlib-src/inffixed.h b/cpan/Compress-Raw-Zlib/zlib-src/inffixed.h similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/inffixed.h rename to cpan/Compress-Raw-Zlib/zlib-src/inffixed.h diff --git a/ext/Compress-Raw-Zlib/zlib-src/inflate.c b/cpan/Compress-Raw-Zlib/zlib-src/inflate.c similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/inflate.c rename to cpan/Compress-Raw-Zlib/zlib-src/inflate.c diff --git a/ext/Compress-Raw-Zlib/zlib-src/inflate.h b/cpan/Compress-Raw-Zlib/zlib-src/inflate.h similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/inflate.h rename to cpan/Compress-Raw-Zlib/zlib-src/inflate.h diff --git a/ext/Compress-Raw-Zlib/zlib-src/inftrees.c b/cpan/Compress-Raw-Zlib/zlib-src/inftrees.c similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/inftrees.c rename to cpan/Compress-Raw-Zlib/zlib-src/inftrees.c diff --git a/ext/Compress-Raw-Zlib/zlib-src/inftrees.h b/cpan/Compress-Raw-Zlib/zlib-src/inftrees.h similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/inftrees.h rename to cpan/Compress-Raw-Zlib/zlib-src/inftrees.h diff --git a/ext/Compress-Raw-Zlib/zlib-src/trees.c b/cpan/Compress-Raw-Zlib/zlib-src/trees.c similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/trees.c rename to cpan/Compress-Raw-Zlib/zlib-src/trees.c diff --git a/ext/Compress-Raw-Zlib/zlib-src/trees.h b/cpan/Compress-Raw-Zlib/zlib-src/trees.h similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/trees.h rename to cpan/Compress-Raw-Zlib/zlib-src/trees.h diff --git a/ext/Compress-Raw-Zlib/zlib-src/uncompr.c b/cpan/Compress-Raw-Zlib/zlib-src/uncompr.c similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/uncompr.c rename to cpan/Compress-Raw-Zlib/zlib-src/uncompr.c diff --git a/ext/Compress-Raw-Zlib/zlib-src/zconf.h b/cpan/Compress-Raw-Zlib/zlib-src/zconf.h similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/zconf.h rename to cpan/Compress-Raw-Zlib/zlib-src/zconf.h diff --git a/ext/Compress-Raw-Zlib/zlib-src/zlib.h b/cpan/Compress-Raw-Zlib/zlib-src/zlib.h similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/zlib.h rename to cpan/Compress-Raw-Zlib/zlib-src/zlib.h diff --git a/ext/Compress-Raw-Zlib/zlib-src/zutil.c b/cpan/Compress-Raw-Zlib/zlib-src/zutil.c similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/zutil.c rename to cpan/Compress-Raw-Zlib/zlib-src/zutil.c diff --git a/ext/Compress-Raw-Zlib/zlib-src/zutil.h b/cpan/Compress-Raw-Zlib/zlib-src/zutil.h similarity index 100% rename from ext/Compress-Raw-Zlib/zlib-src/zutil.h rename to cpan/Compress-Raw-Zlib/zlib-src/zutil.h diff --git a/t/TEST b/t/TEST index 815306f..b5af2bc 100755 --- a/t/TEST +++ b/t/TEST @@ -32,7 +32,7 @@ my %no_abs = my %temp_no_core = ('../cpan/B-Debug' => 1, '../cpan/Compress-Raw-Bzip2' => 1, - '../ext/Compress-Raw-Zlib' => 1, + '../cpan/Compress-Raw-Zlib' => 1, '../cpan/Devel-PPPort' => 1, '../cpan/Getopt-Long' => 1, '../ext/IO-Compress' => 1,