ext/attributes/attributes.pm For "sub foo : attrlist"
ext/attributes/attributes.xs For "sub foo : attrlist"
ext/B/B/Concise.pm Compiler Concise backend
-ext/B/B/Debug.pm Compiler Debug backend
ext/B/B.pm Compiler backend support functions and methods
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-Deparse/Deparse.pm Compiler Deparse backend
ext/B-Deparse/t/deparse.t See if B::Deparse works
ext/B/t/b.t See if B works
ext/B/t/concise.t See whether B::Concise works
ext/B/t/concise-xs.t See whether B::Concise recognizes XS functions
-ext/B/t/debug.t See if B::Debug works
ext/B/t/f_map code from perldoc -f map
ext/B/t/f_map.t converted to optreeCheck()s
ext/B/t/f_sort optree test raw material
{
'MAINTAINER' => 'rurban',
'DISTRIBUTION' => 'RURBAN/B-Debug-1.11.tar.gz',
- 'FILES' => q[ext/B/B/Debug.pm ext/B/t/debug.t],
+ 'FILES' => q[ext/B-Debug],
'EXCLUDED' => [ qw( t/coverage.html t/pod.t ) ],
- 'MAP' => { 'Debug.pm' => 'ext/B/B/Debug.pm',
- 't/debug.t'=> 'ext/B/t/debug.t',
- },
'CPAN' => 1,
'UPSTREAM' => undef,
'UPSTREAM' => 'blead',
my %temp_no_core =
('../ext/Attribute-Handlers' => 1,
'../ext/B' => 'fixme',
+ '../ext/B-Debug' => 1,
'../ext/Compress-Raw-Bzip2' => 1,
'../ext/Compress-Raw-Zlib' => 1,
'../ext/Data-Dumper' => 'fixme',