summaryrefslogtreecommitdiff
path: root/ext/File-Find
Commit message (Expand)AuthorAgeFilesLines
* Remove inheritance from Exporter in ext/ modulesMax Maischein2021-06-252-5/+3
* Minor documentation touchups.James E Keenan2021-02-191-11/+8
* File::Find: support Win32 symlinksTony Cook2020-12-014-9/+54
* File::Find find.t: switch to done_testing()Tony Cook2020-12-011-5/+2
* Make find.t work on VMS by trimming trailing dots.Craig A. Berry2019-08-251-2/+6
* bump $File::Find::VERSIONTony Cook2019-07-221-1/+1
* File-Find/t/find.t: reindent after adding a SKIP blockTony Cook2019-07-221-38/+38
* writing to the root directory requires elevated privilegesTony Cook2019-07-221-1/+4
* find.t: Use temporary testing directory for all blocks of tests.James E Keenan2019-01-231-46/+56
* bump $File::Find::VERSIONTony Cook2018-12-201-1/+1
* File::Find: set $Is_Win32 and $Is_VMS variablesTomasz Konojacki2018-12-201-2/+2
* (perl #133673) disable the File::Find nlink optimization by defaultTony Cook2018-12-171-31/+9
* Correct error message in t/taint.t.James E Keenan2018-12-071-1/+1
* ext/File-Find: support parallel testingDavid Mitchell2018-11-191-62/+62
* Fix various pod errors.Karl Williamson2016-03-111-11/+11
* File::Find: update POD/commentsLukas Mai2015-12-281-28/+24
* handle empty directory lists in File::FindMohammed El-Afifi2015-11-172-2/+13
* Start fixing some pod pedantic errorsKarl Williamson2015-09-031-3/+3
* add a small note that find2perl is not in coreRicardo Signes2015-08-021-2/+3
* speed up building with less disk IO pod moves+__END__+miscDaniel Dragan2014-10-131-344/+345
* Check validity of keys in hash passed as first argument.James E Keenan2014-08-302-12/+73
* replace links to perllexwarn with links to warningsRicardo Signes2014-03-181-2/+2
* Test previously untested branches in lib/File/Find.pm.James E Keenan2013-12-091-1/+30
* Remove tests of $File::Find::untaint_pattern.James E Keenan2013-12-071-26/+1
* Add test for previously uncovered case.James E Keenan2013-12-041-1/+25
* Standardize dir_path() and file_path() in package Testing.James E Keenan2013-12-043-115/+65
* Extract subroutines used to test File-Find into separate package.James E Keenan2013-12-013-38/+51
* Standardize subroutine definitions between tests.James E Keenan2013-12-012-25/+31
* Check symlink status before setting File::Find::fullname to undef.Victor Efimov2013-11-192-5/+35
* Convert to using Test::More. Provide each test with a description.James E Keenan2013-11-171-357/+433
* File::Find: diagnostics in case of a failed chdirSlaven Rezic2013-09-121-2/+2
* Move File::Find from lib/ to ext/Nicholas Clark2013-07-053-0/+2475