From: Nicholas Clark Date: Thu, 1 Oct 2009 12:32:13 +0000 (+0100) Subject: Move B::Dearpse from ext to dist, as Stephen McCamant says core is canonical. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9220ecad3a7b146d984a30735a3b4ccf746aaae;p=p5sagit%2Fp5-mst-13.2.git Move B::Dearpse from ext to dist, as Stephen McCamant says core is canonical. --- diff --git a/MANIFEST b/MANIFEST index 0b638b1..cde08d9 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1171,6 +1171,8 @@ dist/base/t/lib/HasSigDie.pm Module for testing base.pm dist/base/t/sigdie.t See if base works with SIGDIE dist/base/t/version.t See if base works with versions dist/base/t/warnings.t See if base works with warnings +dist/B-Deparse/Deparse.pm Compiler Deparse backend +dist/B-Deparse/t/deparse.t See if B::Deparse works 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 @@ -1454,8 +1456,6 @@ ext/B/B.xs Compiler backend external subroutines ext/B-Debug/Debug.pm Compiler Debug backend ext/B-Debug/t/debug.t See if B::Debug works ext/B/defsubs_h.PL Generator for constant subroutines -ext/B-Deparse/Deparse.pm Compiler Deparse backend -ext/B-Deparse/t/deparse.t See if B::Deparse works ext/B/hints/darwin.pl Hints for named architecture ext/B/hints/openbsd.pl Hints for named architecture ext/bignum/lib/bigint.pm bigint diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index da8395e..604ebfe 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -263,9 +263,9 @@ use File::Glob qw(:case); 'B::Deparse' => { 'MAINTAINER' => 'smccam', - 'FILES' => q[ext/B-Deparse], + 'FILES' => q[dist/B-Deparse], 'CPAN' => 0, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'B::Lint' => diff --git a/ext/B-Deparse/Deparse.pm b/dist/B-Deparse/Deparse.pm similarity index 100% rename from ext/B-Deparse/Deparse.pm rename to dist/B-Deparse/Deparse.pm diff --git a/ext/B-Deparse/t/deparse.t b/dist/B-Deparse/t/deparse.t similarity index 100% rename from ext/B-Deparse/t/deparse.t rename to dist/B-Deparse/t/deparse.t