summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-07-19 12:06:09 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-07-19 12:06:09 +0100
commit139271cd3e9cb3cf25072ebdd400e52275c61b96 (patch)
tree99d77436707804725ef1b93fe59d5467ed85bba5 /Porting
parentdb95646430f250935e9615b04eecb9c0d138c515 (diff)
downloadperl-139271cd3e9cb3cf25072ebdd400e52275c61b96.tar.gz
Update File-Path to CPAN version 2.11
[DELTA] 2.11 2015-07-17 - Change argument check error from croak to carp since there are some dependent modules using non-standard options. The error check will move back to croak when dependent modules have the opportunity to correct the argument. 2.10_005 2015-07-17 - Better argument checking and reporting of failure for unrecognized options. - RT 71562 Document automount race condition limitation and workaround - RT 99230 Document multithreaded application limitation and that the limitation may be removed in a future release. 2.10_004 2015-07-10 - Remove use of English.pm since it breaks many older Perls - Fix a unit test skip count for users who have not installed Test::Output 2.10_003 2015-07-08 - Administrative changes to MANIFEST and MANIFEST.SKIP - Style changes to Path.pm for easier reading of code - Removal of pod.t - Use English.pm to make variables like $! more fluent for code readers 2.10_002 2015-06-26 - RT 42139. Add better SKIP test emit for VMS. - RT 85360. Fix typos and better .gitignore and MANIFEST.SKIP settings. - RT 51588. Added patch elements but unable to verify on VMS. 2.10_001 2015-06-24 - RT 39949. Report errors on lstat failure. - RT 53178. Deprecate UNIVERSAL::isa usage - RT 70657. Test added. - RT 70938. Documentation fix for Windows native relative usage - RT 72256. Option added for setting permission (chmod) - RT 73840. Fix taint/untaint bug. - RT 95150. Add CPAN metadata for source tree location. - RT 103512. Documentation language fix.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 19467cb8c8..4a7debb388 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -533,11 +533,13 @@ use File::Glob qw(:case);
},
'File::Path' => {
- 'DISTRIBUTION' => 'DLAND/File-Path-2.09.tar.gz',
+ 'DISTRIBUTION' => 'RICHE/File-Path-2.11.tar.gz',
'FILES' => q[cpan/File-Path],
'EXCLUDED' => [
qw( eg/setup-extra-tests
t/pod.t
+ t/Path-Class.t
+ README.md
)
],
'MAP' => {