cpan/ExtUtils-ParseXS/t/XSUsage.xs ExtUtils::ParseXS tests
cpan/File-Fetch/lib/File/Fetch.pm File::Fetch
cpan/File-Fetch/t/01_File-Fetch.t File::Fetch tests
+cpan/File-Path/lib/File/Path.pm Do things like 'mkdir -p' and 'rm -r'
+cpan/File-Path/t/Path.t See if File::Path works
cpan/IPC-SysV/Changes IPC::SysV changes
cpan/IPC-SysV/hints/cygwin.pl Hint for IPC::SysV for named architecture
cpan/IPC-SysV/hints/next_3.pl Hint for IPC::SysV for named architecture
ext/File-Glob/t/global.t See if File::Glob works
ext/File-Glob/TODO File::Glob extension todo list
ext/File-Glob/t/taint.t See if File::Glob works
-ext/File-Path/lib/File/Path.pm Do things like `mkdir -p' and `rm -r'
-ext/File-Path/t/Path.t See if File::Path works
ext/File-Temp/t/cmp.t See if File::Temp works
ext/File-Temp/Temp.pm create safe temporary files and file handles
ext/File-Temp/t/fork.t See if File::Temp works
{
'MAINTAINER' => 'dland',
'DISTRIBUTION' => 'DLAND/File-Path-2.07_03.tar.gz',
- 'FILES' => q[ext/File-Path],
+ 'FILES' => q[cpan/File-Path],
'EXCLUDED' => [ qw{eg/setup-extra-tests
t/pod.t
t/taint.t
my @toolchain = qw(ext/constant/lib ext/Cwd ext/Cwd/lib ext/ExtUtils-Command/lib
ext/ExtUtils-Install/lib ext/ExtUtils-MakeMaker/lib
ext/ExtUtils-Manifest/lib ext/Text-ParseWords/lib
- ext/File-Path/lib cpan/AutoLoader/lib);
+ cpan/File-Path/lib cpan/AutoLoader/lib);
my @ext_dirs = qw(cpan ext);
my $ext_dirs_re = '(?:' . join('|', @ext_dirs) . ')';