summaryrefslogtreecommitdiff
path: root/lib/File
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* File::Find: typoFather Chrysostomos2012-05-211-1/+1
* Individual files may appear in list of directories to be searched.jkeenan2012-05-211-0/+8
* Individual files may appear in list of directories to be searched.jkeenan2012-05-211-1/+51
* Increase $File::Find::VERSION to 1.21Father Chrysostomos2012-05-211-1/+1
* Increase $File::Copy::VERSION to 2.23Father Chrysostomos2012-01-311-1/+1
* [perl #109104] File::Copy: Turn off ‘newline’ warningsFather Chrysostomos2012-01-311-1/+1
* Version bumpsif-0.0602Father Chrysostomos2011-11-221-1/+1
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* Update several test cases to not generate failures on VOS.Paul Green2011-11-182-0/+3
* DosGlob: Comment typoFather Chrysostomos2011-10-291-1/+1
* DosGlob: Don’t parse an pattern that will not be usedFather Chrysostomos2011-10-291-19/+21
* DosGlob: eliminate %iterFather Chrysostomos2011-10-291-8/+2