diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 11:13:58 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 11:13:58 +0100 |
commit | 140ca009910469db9424630e5e6f7de982d11d88 (patch) | |
tree | 54d8e163ee27dd2ea449be5997c23d2a5801cbe6 /MANIFEST | |
parent | d8ae23303085b390277723f0ee744282b728bda7 (diff) | |
download | perl-140ca009910469db9424630e5e6f7de982d11d88.tar.gz |
Move File::Path from ext/ to cpan/
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -515,6 +515,8 @@ cpan/ExtUtils-ParseXS/t/XSUsage.pm ExtUtils::ParseXS tests 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 @@ -1310,8 +1312,6 @@ ext/File-Glob/t/case.t See if File::Glob works 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 |