diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-28 14:01:51 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-29 11:12:37 +0100 |
commit | 97506620cbe3360de3da5d5015eb421cbe2804a8 (patch) | |
tree | 5b8eb4f189a98f7ce59500bf515c8965352f6c85 | |
parent | f2d32da304293624412eaca03324da35a39c9f5e (diff) | |
download | perl-97506620cbe3360de3da5d5015eb421cbe2804a8.tar.gz |
Move Data::Dumper from ext/ to dist/
-rw-r--r-- | MANIFEST | 20 | ||||
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | dist/Data-Dumper/Changes (renamed from ext/Data-Dumper/Changes) | 0 | ||||
-rw-r--r-- | dist/Data-Dumper/Dumper.pm (renamed from ext/Data-Dumper/Dumper.pm) | 0 | ||||
-rw-r--r-- | dist/Data-Dumper/Dumper.xs (renamed from ext/Data-Dumper/Dumper.xs) | 0 | ||||
-rw-r--r-- | dist/Data-Dumper/Todo (renamed from ext/Data-Dumper/Todo) | 0 | ||||
-rw-r--r-- | dist/Data-Dumper/t/bless.t (renamed from ext/Data-Dumper/t/bless.t) | 0 | ||||
-rw-r--r-- | dist/Data-Dumper/t/bugs.t (renamed from ext/Data-Dumper/t/bugs.t) | 0 | ||||
-rw-r--r-- | dist/Data-Dumper/t/dumper.t (renamed from ext/Data-Dumper/t/dumper.t) | 0 | ||||
-rw-r--r-- | dist/Data-Dumper/t/freezer.t (renamed from ext/Data-Dumper/t/freezer.t) | 0 | ||||
-rw-r--r-- | dist/Data-Dumper/t/overload.t (renamed from ext/Data-Dumper/t/overload.t) | 0 | ||||
-rw-r--r-- | dist/Data-Dumper/t/pair.t (renamed from ext/Data-Dumper/t/pair.t) | 0 |
12 files changed, 11 insertions, 11 deletions
@@ -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 1405de47af..d2173258b0 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 index 4efe854ec4..4efe854ec4 100644 --- a/ext/Data-Dumper/Changes +++ b/dist/Data-Dumper/Changes diff --git a/ext/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm index 0eb8bf74fd..0eb8bf74fd 100644 --- a/ext/Data-Dumper/Dumper.pm +++ b/dist/Data-Dumper/Dumper.pm diff --git a/ext/Data-Dumper/Dumper.xs b/dist/Data-Dumper/Dumper.xs index e3867a1838..e3867a1838 100644 --- a/ext/Data-Dumper/Dumper.xs +++ b/dist/Data-Dumper/Dumper.xs diff --git a/ext/Data-Dumper/Todo b/dist/Data-Dumper/Todo index bd76e65b03..bd76e65b03 100644 --- a/ext/Data-Dumper/Todo +++ b/dist/Data-Dumper/Todo diff --git a/ext/Data-Dumper/t/bless.t b/dist/Data-Dumper/t/bless.t index 1716d14eb0..1716d14eb0 100644 --- a/ext/Data-Dumper/t/bless.t +++ b/dist/Data-Dumper/t/bless.t diff --git a/ext/Data-Dumper/t/bugs.t b/dist/Data-Dumper/t/bugs.t index cf2803f900..cf2803f900 100644 --- a/ext/Data-Dumper/t/bugs.t +++ b/dist/Data-Dumper/t/bugs.t diff --git a/ext/Data-Dumper/t/dumper.t b/dist/Data-Dumper/t/dumper.t index de5e87c96e..de5e87c96e 100644 --- a/ext/Data-Dumper/t/dumper.t +++ b/dist/Data-Dumper/t/dumper.t diff --git a/ext/Data-Dumper/t/freezer.t b/dist/Data-Dumper/t/freezer.t index 85484e924a..85484e924a 100644 --- a/ext/Data-Dumper/t/freezer.t +++ b/dist/Data-Dumper/t/freezer.t diff --git a/ext/Data-Dumper/t/overload.t b/dist/Data-Dumper/t/overload.t index 9bb3410257..9bb3410257 100644 --- a/ext/Data-Dumper/t/overload.t +++ b/dist/Data-Dumper/t/overload.t diff --git a/ext/Data-Dumper/t/pair.t b/dist/Data-Dumper/t/pair.t index 9559bddab8..9559bddab8 100644 --- a/ext/Data-Dumper/t/pair.t +++ b/dist/Data-Dumper/t/pair.t |