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/B-Lint/lib/B/Lint/Debug.pm Adds debugging stringification to B::
+cpan/B-Lint/lib/B/Lint.pm Compiler Lint backend
+cpan/B-Lint/t/lint.t See if B::Lint works
+cpan/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm See if B::Lint works
cpan/CGI/Changes Changelog for CGI.pm
cpan/CGI/examples/caution.xbm CGI example
cpan/CGI/examples/clickable_image.cgi CGI example
cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t See if WriteEmptyMakefile works
cpan/ExtUtils-MakeMaker/t/writemakefile_args.t See if WriteMakefile works
cpan/ExtUtils-MakeMaker/t/xs.t Part of MakeMaker's test suite
+cpan/File-CheckTree/lib/File/CheckTree.pm Perl module supporting wholesale file mode validation
+cpan/File-CheckTree/t/CheckTree.t See if File::CheckTree works
cpan/File-Fetch/lib/File/Fetch.pm File::Fetch
cpan/File-Fetch/t/01_File-Fetch.t File::Fetch tests
cpan/File-Fetch/t/null_subclass.t
dist/bignum/t/scope_f.t See if no bignum works
dist/bignum/t/scope_i.t See if no bigint works
dist/bignum/t/scope_r.t See if no bigrat works
-dist/B-Lint/lib/B/Lint/Debug.pm Adds debugging stringification to B::
-dist/B-Lint/lib/B/Lint.pm Compiler Lint backend
-dist/B-Lint/t/lint.t See if B::Lint works
-dist/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm See if B::Lint works
dist/Carp/lib/Carp/Heavy.pm Error message retired workhorse
dist/Carp/lib/Carp.pm Error message extension
dist/Carp/Makefile.PL makefile writer for Carp
dist/ExtUtils-ParseXS/t/XSUsage.pm ExtUtils::ParseXS tests
dist/ExtUtils-ParseXS/t/XSUsage.xs ExtUtils::ParseXS tests
dist/ExtUtils-ParseXS/t/XSWarn.xs ExtUtils::ParseXS tests
-dist/File-CheckTree/lib/File/CheckTree.pm Perl module supporting wholesale file mode validation
-dist/File-CheckTree/t/CheckTree.t See if File::CheckTree works
dist/Filter-Simple/lib/Filter/Simple.pm Simple frontend to Filter::Util::Call
dist/Filter-Simple/t/code_no_comments.t See if Filter::Simple works
dist/Filter-Simple/t/data.t See if Filter::Simple works
'B::Lint' => {
'MAINTAINER' => 'jjore',
'DISTRIBUTION' => 'FLORA/B-Lint-1.14.tar.gz',
- 'FILES' => q[dist/B-Lint],
+ 'FILES' => q[cpan/B-Lint],
'EXCLUDED' => ['t/test.pl'],
- 'UPSTREAM' => 'blead',
+ 'UPSTREAM' => 'cpan',
},
'base' => {
'File::CheckTree' => {
'MAINTAINER' => 'p5p',
'DISTRIBUTION' => 'FLORA/File-CheckTree-4.41.tar.gz',
- 'FILES' => q[dist/File-CheckTree],
+ 'FILES' => q[cpan/File-CheckTree],
'EXCLUDED' => [qr{^t/release-.*\.t}],
- 'UPSTREAM' => 'blead',
+ 'UPSTREAM' => 'cpan',
},
'File::DosGlob' => {