summaryrefslogtreecommitdiff
path: root/cpan/File-Path
Commit message (Collapse)AuthorAgeFilesLines
* File::Path: synch with CPAN version 2.18James E Keenan2020-11-052-3/+25
| | | | No change in functionality; change in tests only.
* File-Path: sync in CPAN version 2.17James E Keenan2020-07-252-4/+3
|
* File::Path: sync with CPAN version 2.16James E Keenan2018-09-082-10/+37
|
* Update File-Path to CPAN version 2.15Chris 'BinGOs' Williams2017-09-222-17/+19
| | | | | | | [DELTA] 2.15 2017-07-29 - Correct documentation error re possible arguments for rmtree().
* Update File-Path to CPAN version 2.14Chris 'BinGOs' Williams2017-06-145-245/+642
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.14 2017-06-07 - When creating subdirectories for testing underneath File::Spec::Functions::tmpdir(), use randomly generated strings. - No change in functionality from 2.13. 2.13 2017-05-31 - Document security vulnerability reported as CVE-2017-6512. 2.12_008 2017-05-07 - Patch from John Lightsey. 2.12_007 2017-04-22 - Skip tests where filesystem doesn't support permissions (RT 121248). - Add AppVeyor configuration; thanks to Charlie Gonzalez and Hayo Baan. 2.12_006 2017-04-21 - Modernize README, Makefile.PL, updating of version number and release date in documentation. 2.12_005 2017-04-21 - Recommend use of 'safe => 1' in remove_tree() and rmtree(). - Warn if mkpath() or make_path() is passed implausible options on Windows. - Corrections to errors in previous release. 2.12_004 2017-04-18 - Certain functions used in tests are not available on Windows; skip them. - Move certain functions used in testing to t/FilePathTest.pm. 2.12_003 2017-04-07 - Add tests to improve coverage ratios as measured by Devel::Cover - No functional changes. 2.12_002 2017-03-12 - GH#41 RT 117019 Fixed File::Path::remove_tree option hash is auto populated and cannot be reused - GH#40 Unskip in path root t - GH#39 Remove superfluous assignment to $arg{perm} - GH#38 Minor grammatical doc fixes. - GH#37 Minor grammatical doc fixes. 2.12_001 2016-09-18 - RT 94209 document that the thread safety issue will not change and communicate alternative. - RT 85878 be more generous with error check regex given we could be dealing with a pre-1.25 Carp. - GH #33 Be more precise in documentation example for make_path error checking. - GH #34 Skip Windows 2000 and earlier unit tests (test change). - GH #36 Do not hardcode ENOENT (test change).
* [perl #127760] add CUSTOMIZED for File-PathTony Cook2016-04-041-1/+1
| | | | https://github.com/rpcme/File-Path/pull/34
* [perl #127760] skip the Win32 UNC path tests on Win2k and olderTony Cook2016-04-041-0/+3
| | | | | | | | Windows 2000 doesn't seem to support a UNC path as a current directory - setting the current directory to a UNC path and then trying to stat(".") results in a file not found or similar error. This does work on Windows XP and later.
* Upgrade File::Path from version 2.11 to 2.12Steve Hay2015-10-135-392/+543
|
* Update File-Path to CPAN version 2.11Chris 'BinGOs' Williams2015-07-192-206/+575
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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.
* Update File-Path to CPAN version 2.09Chris 'BinGOs' Williams2013-01-161-4/+8
| | | | | | | | [DELTA] 2.09 2013-01-13 21:09:12 UTC - merge two bugfixes from blead see https://github.com/dland/File-Path/pull/1
* Skip make_path group/user tests for darwin - it's nobody and nogroup ids are -1Josh ben Jore2010-04-061-0/+2
|
* Avoid logical name conflicts in File::Path::_rmtree on VMS.Craig A. Berry2009-11-201-3/+2
| | | | | | already submitted upstream at: http://rt.cpan.org/Public/Bug/Display.html?id=51588
* Upgrade File::Path to 2.08 (and add taint.t test)Rafael Garcia-Suarez2009-10-053-13/+207
|
* Move File::Path from ext/ to cpan/Nicholas Clark2009-09-262-0/+1483