From: Nicholas Clark Date: Mon, 28 Sep 2009 13:01:51 +0000 (+0100) Subject: Move Data::Dumper from ext/ to dist/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=97506620cbe3360de3da5d5015eb421cbe2804a8;p=p5sagit%2Fp5-mst-13.2.git Move Data::Dumper from ext/ to dist/ --- diff --git a/MANIFEST b/MANIFEST index dde998e..d3bf5a8 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1033,6 +1033,16 @@ dist/base/t/version.t See if base works with versions dist/base/t/warnings.t See if base works with warnings dist/constant/lib/constant.pm For "use constant" dist/constant/t/constant.t See if compile-time constants work +dist/Data-Dumper/Changes Data pretty printer, changelog +dist/Data-Dumper/Dumper.pm Data pretty printer, module +dist/Data-Dumper/Dumper.xs Data pretty printer, externals +dist/Data-Dumper/t/bless.t See if Data::Dumper works +dist/Data-Dumper/t/bugs.t See if Data::Dumper works +dist/Data-Dumper/t/dumper.t See if Data::Dumper works +dist/Data-Dumper/t/freezer.t See if $Data::Dumper::Freezer works +dist/Data-Dumper/Todo Data pretty printer, futures +dist/Data-Dumper/t/overload.t See if Data::Dumper works for overloaded data +dist/Data-Dumper/t/pair.t See if Data::Dumper pair separator works djgpp/config.over DOS/DJGPP port djgpp/configure.bat DOS/DJGPP port djgpp/djgpp.c DOS/DJGPP port @@ -1258,16 +1268,6 @@ 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/Data-Dumper/Changes Data pretty printer, changelog -ext/Data-Dumper/Dumper.pm Data pretty printer, module -ext/Data-Dumper/Dumper.xs Data pretty printer, externals -ext/Data-Dumper/t/bless.t See if Data::Dumper works -ext/Data-Dumper/t/bugs.t See if Data::Dumper works -ext/Data-Dumper/t/dumper.t See if Data::Dumper works -ext/Data-Dumper/t/freezer.t See if $Data::Dumper::Freezer works -ext/Data-Dumper/Todo Data pretty printer, futures -ext/Data-Dumper/t/overload.t See if Data::Dumper works for overloaded data -ext/Data-Dumper/t/pair.t See if Data::Dumper pair separator works 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 1405de4..d217325 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -448,7 +448,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'p5p', # Not gsar. Not ilyam 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.125.tar.gz', - 'FILES' => q[ext/Data-Dumper], + 'FILES' => q[dist/Data-Dumper], 'CPAN' => 1, 'UPSTREAM' => 'blead', }, diff --git a/ext/Data-Dumper/Changes b/dist/Data-Dumper/Changes similarity index 100% rename from ext/Data-Dumper/Changes rename to dist/Data-Dumper/Changes diff --git a/ext/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm similarity index 100% rename from ext/Data-Dumper/Dumper.pm rename to dist/Data-Dumper/Dumper.pm diff --git a/ext/Data-Dumper/Dumper.xs b/dist/Data-Dumper/Dumper.xs similarity index 100% rename from ext/Data-Dumper/Dumper.xs rename to dist/Data-Dumper/Dumper.xs diff --git a/ext/Data-Dumper/Todo b/dist/Data-Dumper/Todo similarity index 100% rename from ext/Data-Dumper/Todo rename to dist/Data-Dumper/Todo diff --git a/ext/Data-Dumper/t/bless.t b/dist/Data-Dumper/t/bless.t similarity index 100% rename from ext/Data-Dumper/t/bless.t rename to dist/Data-Dumper/t/bless.t diff --git a/ext/Data-Dumper/t/bugs.t b/dist/Data-Dumper/t/bugs.t similarity index 100% rename from ext/Data-Dumper/t/bugs.t rename to dist/Data-Dumper/t/bugs.t diff --git a/ext/Data-Dumper/t/dumper.t b/dist/Data-Dumper/t/dumper.t similarity index 100% rename from ext/Data-Dumper/t/dumper.t rename to dist/Data-Dumper/t/dumper.t diff --git a/ext/Data-Dumper/t/freezer.t b/dist/Data-Dumper/t/freezer.t similarity index 100% rename from ext/Data-Dumper/t/freezer.t rename to dist/Data-Dumper/t/freezer.t diff --git a/ext/Data-Dumper/t/overload.t b/dist/Data-Dumper/t/overload.t similarity index 100% rename from ext/Data-Dumper/t/overload.t rename to dist/Data-Dumper/t/overload.t diff --git a/ext/Data-Dumper/t/pair.t b/dist/Data-Dumper/t/pair.t similarity index 100% rename from ext/Data-Dumper/t/pair.t rename to dist/Data-Dumper/t/pair.t