Move B::Dearpse from ext to dist, as Stephen McCamant says core is canonical.
Nicholas Clark [Thu, 1 Oct 2009 12:32:13 +0000 (13:32 +0100)]
MANIFEST
Porting/Maintainers.pl
dist/B-Deparse/Deparse.pm [moved from ext/B-Deparse/Deparse.pm with 100% similarity]
dist/B-Deparse/t/deparse.t [moved from ext/B-Deparse/t/deparse.t with 100% similarity]

index 0b638b1..cde08d9 100644 (file)
--- 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
index da8395e..604ebfe 100755 (executable)
@@ -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' =>