This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make exec keep its argument list more reliably
[perl5.git] / ext / File-Find /
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/