summaryrefslogtreecommitdiff
path: root/lib/File
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert lib/File/stat.t from a complex plan calculation to done_testing().Nicholas Clark2012-06-211-5/+11
* Remove commented-out debugging print statements from File:DosGlobNicholas Clark2012-06-031-6/+0
* Refactor File::DosGlob to avoid an unescaped { in a regex.Nicholas Clark2012-06-031-4/+2
* Accumulate access warnings in stat.t.Craig A. Berry2012-05-251-1/+1
* [perl #111638] fix -p on File::stat objectsTony Cook2012-05-212-2/+5
* [perl #111638] TODO for -p on a File::stat objectTony Cook2012-05-211-1/+15
* [rt #111640] warn on the right -X operators used on a File::stat objectTony Cook2012-05-212-4/+2
* [rt #111640] TODO tests for warnings from -X on File::statTony Cook2012-05-211-1/+25
* DosGlob.pm: Fix pod syntaxFather Chrysostomos2012-05-211-1/+1
* Remove obsolete comment from DosGlob.pmFather Chrysostomos2012-05-211-3/+0
* Increase $File::DosGlob::VERSION to 1.07Father Chrysostomos2012-05-211-1/+1