This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Simplify magic test
[perl5.git] / ext / File-Find /
2022-08-02 A. Sinan UnurFile::Find: fix "follow => 1" on Windows
2022-08-02 Tomasz KonojackiFile::Find: normalise indentation
2022-08-02 Tomasz KonojackiFile::Find: "follow" and "follow_fast" aren't no-ops...
2021-12-28 Sawyer XReplace bareword filehandle with a lexical scalar:
2021-06-25 Max MaischeinRemove inheritance from Exporter in ext/ modules
2021-02-19 James E KeenanMinor documentation touchups.
2020-12-01 Tony CookFile::Find: support Win32 symlinks
2020-12-01 Tony CookFile::Find find.t: switch to done_testing()
2019-08-25 Craig A. BerryMake find.t work on VMS by trimming trailing dots.
2019-07-22 Tony Cookbump $File::Find::VERSION
2019-07-22 Tony CookFile-Find/t/find.t: reindent after adding a SKIP block origin/tonyc/134295-win32-blocks
2019-07-22 Tony Cookwriting to the root directory requires elevated privileges
2019-01-23 James E Keenanfind.t: Use temporary testing directory for all blocks...
2018-12-19 Tony Cookbump $File::Find::VERSION
2018-12-19 Tomasz KonojackiFile::Find: set $Is_Win32 and $Is_VMS variables
2018-12-16 Tony Cook(perl #133673) disable the File::Find nlink optimizatio...
2018-12-07 James E KeenanCorrect error message in t/taint.t.
2018-11-19 David Mitchellext/File-Find: support parallel testing
2016-03-11 Karl WilliamsonFix various pod errors.
2015-12-28 Lukas MaiFile::Find: update POD/comments
2015-11-16 Mohammed El-Afifihandle empty directory lists in File::Find
2015-09-04 Karl WilliamsonStart fixing some pod pedantic errors
2015-08-03 Ricardo Signesadd a small note that find2perl is not in core
2014-10-13 Daniel Draganspeed up building with less disk IO pod moves+__END__...
2014-08-30 James E KeenanCheck validity of keys in hash passed as first argument.
2014-03-18 Ricardo Signesreplace links to perllexwarn with links to warnings
2013-12-09 James E KeenanTest previously untested branches in lib/File/Find.pm.
2013-12-07 James E KeenanRemove tests of $File::Find::untaint_pattern.
2013-12-04 James E KeenanAdd test for previously uncovered case.
2013-12-03 James E KeenanStandardize dir_path() and file_path() in package Testing.
2013-12-01 James E KeenanExtract subroutines used to test File-Find into separat...
2013-12-01 James E KeenanStandardize subroutine definitions between tests.
2013-11-19 Victor EfimovCheck symlink status before setting File::Find::fullnam...
2013-11-17 James E KeenanConvert to using Test::More. Provide each test with...
2013-09-12 Slaven RezicFile::Find: diagnostics in case of a failed chdir
2013-07-05 Nicholas ClarkMove File::Find from lib/ to ext/