diff options
-rw-r--r-- | MANIFEST | 4 | ||||
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | cpan/B-Debug/Debug.pm (renamed from ext/B-Debug/Debug.pm) | 0 | ||||
-rw-r--r-- | cpan/B-Debug/t/debug.t (renamed from ext/B-Debug/t/debug.t) | 0 | ||||
-rwxr-xr-x | t/TEST | 2 |
5 files changed, 4 insertions, 4 deletions
@@ -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 diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 604ebfe339..44e92df74f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -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, diff --git a/ext/B-Debug/Debug.pm b/cpan/B-Debug/Debug.pm index 2bcfb436d8..2bcfb436d8 100644 --- a/ext/B-Debug/Debug.pm +++ b/cpan/B-Debug/Debug.pm diff --git a/ext/B-Debug/t/debug.t b/cpan/B-Debug/t/debug.t index 4285fe3e41..4285fe3e41 100644 --- a/ext/B-Debug/t/debug.t +++ b/cpan/B-Debug/t/debug.t @@ -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, |