Move B::Debug from ext/ to cpan/
Nicholas Clark [Thu, 1 Oct 2009 12:49:49 +0000 (13:49 +0100)]
MANIFEST
Porting/Maintainers.pl
cpan/B-Debug/Debug.pm [moved from ext/B-Debug/Debug.pm with 100% similarity]
cpan/B-Debug/t/debug.t [moved from ext/B-Debug/t/debug.t with 100% similarity]
t/TEST

index cde08d9..aef96f2 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -131,6 +131,8 @@ cpan/AutoLoader/lib/AutoLoader.pm   Autoloader base class
 cpan/AutoLoader/lib/AutoSplit.pm       Split up autoload functions
 cpan/AutoLoader/t/01AutoLoader.t       See if AutoLoader works
 cpan/AutoLoader/t/02AutoSplit.t                See if AutoSplit works
+cpan/B-Debug/Debug.pm  Compiler Debug backend
+cpan/B-Debug/t/debug.t See if B::Debug works
 cpan/Class-ISA/ChangeLog               Changes for Class::ISA
 cpan/Class-ISA/lib/Class/ISA.pm                Class::ISA
 cpan/Class-ISA/t/00_about_verbose.t    Tests for Class::ISA
@@ -1453,8 +1455,6 @@ ext/B/B/Showlex.pm        Compiler Showlex backend
 ext/B/B/Terse.pm       Compiler Terse backend
 ext/B/B/Xref.pm                Compiler Xref backend
 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/hints/darwin.pl  Hints for named architecture
 ext/B/hints/openbsd.pl Hints for named architecture
index 604ebfe..44e92df 100755 (executable)
@@ -254,7 +254,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'rurban',
        'DISTRIBUTION'  => 'RURBAN/B-Debug-1.11.tar.gz',
-       'FILES'         => q[ext/B-Debug],
+       'FILES'         => q[cpan/B-Debug],
        'EXCLUDED'      => [ qw( t/coverage.html t/pod.t ) ],
        'CPAN'          => 1,
        'UPSTREAM'      => undef,
similarity index 100%
rename from ext/B-Debug/Debug.pm
rename to cpan/B-Debug/Debug.pm
similarity index 100%
rename from ext/B-Debug/t/debug.t
rename to cpan/B-Debug/t/debug.t
diff --git a/t/TEST b/t/TEST
index 6cfc031..a7fd9c8 100755 (executable)
--- a/t/TEST
+++ b/t/TEST
@@ -30,7 +30,7 @@ my %no_abs =
     );
              
 my %temp_no_core =
-    ('../ext/B-Debug' => 1,
+    ('../cpan/B-Debug' => 1,
      '../ext/Compress-Raw-Bzip2' => 1,
      '../ext/Compress-Raw-Zlib' => 1,
      '../cpan/Devel-PPPort' => 1,