summaryrefslogtreecommitdiff
path: root/lib/File
Commit message (Expand)AuthorAgeFilesLines
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-5/+0
* Stop test suite filling /tmpDavid Mitchell2014-12-031-1/+1
* these permissions appear to be handled correctly in current cygwinTony Cook2014-10-201-6/+2
* use a different name for the test directoryTony Cook2014-10-201-5/+6
* File::Copy does not overwrite read-only filesAlexandr Ciornii2014-07-141-1/+2
* Bump File::Copy to version 2.29.Craig A. Berry2013-12-211-1/+1
* Simplify and clarify VMS specifics in File::Copy.Craig A. Berry2013-12-211-33/+19
* Revert "Unix compatibility mode" in File::Copy on VMS.Craig A. Berry2013-12-211-85/+4
* Fix typo introduced in 4c38808d92b95.Craig A. Berry2013-12-211-1/+1
* bump File::Copy's $VERSIONTony Cook2013-09-181-1/+1
* Added note about directories not being created with File::Copy::copyNathan Glenn2013-09-181-2/+4
* Convert to use of Test::More. Boost test coverage.James E Keenan2013-07-101-58/+71
* Add block to exercise case of very large buffer in lib/File/Copy.pm.James E Keenan2013-07-081-4/+17
* Move File::Find from lib/ to ext/Nicholas Clark2013-07-053-2475/+0
* Change File::Find's tests to look for taint.t instead of commonsense.tNicholas Clark2013-07-052-12/+12
* Improve the BEGIN-time setup code for File::Find's tests.Nicholas Clark2013-07-052-25/+19
* Add test for undefined first argument to fileparse().James E Keenan2013-07-041-1/+7
* Increase $File::Basename::VERSION to 2.85Father Chrysostomos2013-06-221-1/+1
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-221-8/+8
* prevent lib/File/stat.t from aborting at END on cygwinTony Cook2013-06-111-2/+4
* use more descriptive examples in File::CopyZsbán Ambrus2013-06-091-3/+3
* typo fix for File::FindDavid Steinbrunner2013-05-251-2/+2
* Bump File::Copy version as the contents have changedChris 'BinGOs' Williams2013-03-051-1/+1
* fix pod: add missing 'C' of inline code tagsreneeb2013-03-041-2/+2
* Skip tests in File::Copy tests on DragonflyBSD tooChris 'BinGOs' Williams2013-03-011-0/+3
* Move File::DosGlob from lib to extFather Chrysostomos2012-12-092-429/+0
* Fix test-skipping logic for File::Find under no-taint-perlSteffen Mueller2012-11-201-2/+2
* Remove the EPOC port.Nicholas Clark2012-11-191-3/+2
* Remove an inadvertent case sensitivity from find.t.Craig A. Berry2012-11-111-1/+1
* Add C define to remove taint support from perlSteffen Mueller2012-11-052-4/+11
* Remove the MPE/iX port.Nicholas Clark2012-09-211-9/+1
* Make new File::Copy test case insensitive.Craig A. Berry2012-08-311-1/+1
* Revert File::Copy::copy() to fail when copying a file onto itselfSteve Hay2012-08-282-6/+4
* Fix File::Copy test failure on WindowsSteve Hay2012-08-281-0/+4
* rt #111126 - don't empty a file with copy("foo/bar", "foo/");Tony Cook2012-08-242-6/+5
* rt #111126 - TODO test for copy foo/file to foo/Tony Cook2012-08-241-1/+27
* Consistent unixy path handling in File::Find::_find_opt.Craig A. Berry2012-08-201-1/+2
* [perl #113796] lib/File/stat.t failures when -l $^XFather Chrysostomos2012-06-241-0/+2
* lib/File/stat.t shouldn't test -A $^XNicholas Clark2012-06-211-2/+7
* Fix File::stat's -x and -X for root for directories and executable files.Nicholas Clark2012-06-211-6/+13
* Test that File::stat exports stat by default, overriding the builtin.Nicholas Clark2012-06-211-1/+7
* lib/File/stat.t should also test the -X operators on directories.Nicholas Clark2012-06-211-6/+9
* In lib/File/stat.t, permute the test file's mode for more thorough testing.Nicholas Clark2012-06-211-0/+11
* Refactor lib/File/stat.t for robustness.Nicholas Clark2012-06-211-76/+87
* *Actually* test that bug 20011110.104 is fixed.Nicholas Clark2012-06-212-4/+28
* Simplify lib/File/stat.t by using a tempfile as the test victim.Nicholas Clark2012-06-211-28/+3
* Remove needless skip tests from lib/File/stat.tNicholas Clark2012-06-211-8/+0
* In lib/File/stat.t, test everything with and without use filetest "access".Nicholas Clark2012-06-211-30/+39
* Bring the joy of strict (and warnings) to lib/File/stat.tNicholas Clark2012-06-211-2/+5
* Replace repetitive code in lib/File/stat.t with a data driven loop.Nicholas Clark2012-06-211-28/+22