| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the EPOC port. | Nicholas Clark | 2012-11-19 | 1 | -3/+2 |
* | Consistent unixy path handling in File::Find::_find_opt. | Craig A. Berry | 2012-08-20 | 1 | -1/+2 |
* | File::Find: typo | Father Chrysostomos | 2012-05-21 | 1 | -1/+1 |
* | Individual files may appear in list of directories to be searched. | jkeenan | 2012-05-21 | 1 | -0/+8 |
* | Increase $File::Find::VERSION to 1.21 | Father Chrysostomos | 2012-05-21 | 1 | -1/+1 |
* | File::Find pod: fix link issue | Karl Williamson | 2011-06-21 | 1 | -2/+2 |
* | Remove Mac OS Classic docs from DirHandle and File::{Copy,DosGlob,Find} | Nicholas Clark | 2011-01-18 | 1 | -123/+1 |
* | Fix typos (spelling errors) in lib/* | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -2/+2 |
* | The rest of [perl #71710] fixes for File::Find | Alex Davies | 2010-09-24 | 1 | -3/+7 |
* | [perl #71710] fixes for File::Find | Alex Davies | 2010-09-23 | 1 | -8/+11 |
* | Remove MacOS classic support from File::{Copy,DosGlob,Find,Glob,stat}. | Nicholas Clark | 2010-06-23 | 1 | -160/+45 |
* | bumped File::Find version to 1.16 | David Golden | 2010-05-19 | 1 | -1/+1 |
* | Fixed typo: "effecting data" -> "affecting data". | Dan Dascalescu | 2010-05-19 | 1 | -1/+1 |
* | Bumped File::Find's version since it's changed since 5.11.2 | Jesse Vincent | 2009-12-20 | 1 | -1/+1 |
* | Fix bug #68260 | Abigail | 2009-11-20 | 1 | -1/+1 |
* | Add SEE ALSO's to find2perl and File::Find. | Dan Jacobson | 2009-03-25 | 1 | -0/+4 |
* | [perl #57926][PATCH] File::Find Bug | Renee Baecker | 2008-11-10 | 1 | -3/+10 |
* | Re: [perl #41555] Bug in File::Find on Windows when target | Bram | 2008-05-23 | 1 | -2/+2 |
* | $VERSION++ for all the non-dual life modules outside ext/ that | Nicholas Clark | 2008-03-31 | 1 | -1/+1 |
* | was RE: [PATCH] re patch 33127: formatting for C<<{ bydepth => 1 }>> | Robin Barker | 2008-02-18 | 1 | -2/+2 |
* | Formatting for C<<{ bydepth => 1 }>> doesn't seem to be working | Steve Peters | 2008-01-30 | 1 | -1/+1 |
* | File::Find::_find_dir nit for VMS, plus version bump. | Craig A. Berry | 2007-10-23 | 1 | -2/+5 |
* | [patch@31670]File/Find.pm Find.t - VMS Symbolic Links Part 2 of ? | John E. Malmberg | 2007-08-13 | 1 | -0/+46 |
* | For VMS, a belated entry into the $^O jungle that is File::Find::_find_dir. | Craig A. Berry | 2007-01-27 | 1 | -0/+13 |
* | Fix typo in File::Find POD | Jerry D. Hedden | 2006-10-26 | 1 | -1/+1 |
* | [perl #40369] File::Find mishandles non-dangling symlinks | ammon@rhythm.com | 2006-09-21 | 1 | -1/+1 |
* | Really bump the version of File::Find. | Steve Peters | 2006-04-24 | 1 | -1/+1 |
* | Reverting change #27953, as it appears that File::Find has | Steve Peters | 2006-04-24 | 1 | -12/+3 |
* | Re: [perl #38965] File::Find documentation - is "Don't modify thesevariables"... | David Landgren | 2006-04-24 | 1 | -2/+12 |
* | A better fix for [perl #35847] File::Find not performing as documented, | Rafael Garcia-Suarez | 2005-11-14 | 1 | -5/+4 |
* | [perl #35847] File::Find not performing as documented | jms@mathras.comcast.net | 2005-11-10 | 1 | -2/+5 |
* | Fix change 25597 for non-Windows platforms | Rafael Garcia-Suarez | 2005-09-26 | 1 | -2/+2 |
* | [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 | Steve Peters | 2005-09-26 | 1 | -2/+7 |
* | Re: [perl #9741] possible problem with File::Find | Steve Peters | 2005-06-23 | 1 | -69/+77 |
* | [perl #33892] Add Interix support | Todd Vierling | 2005-01-21 | 1 | -2/+2 |
* | [perl #28929] File::Find follow_fast => 1 loses dangling symlink | Steve Peters | 2004-11-17 | 1 | -3/+18 |
* | Create a new local $_ without triggering tie by using local *_ = \my $a | Nicholas Clark | 2004-02-27 | 1 | -2/+1 |
* | Instead of localising *_, use a dummy foreach loop to get | Rafael Garcia-Suarez | 2004-02-23 | 1 | -3/+4 |
* | It's better to localize *_ than $_, to avoid magic leakage | Rafael Garcia-Suarez | 2004-02-17 | 1 | -3/+4 |
* | Re: Doc patches for File::Find | Mark-Jason Dominus | 2004-01-24 | 1 | -9/+17 |
* | Bump version number as file has changed since 5.8.2 | Nicholas Clark | 2004-01-14 | 1 | -1/+1 |
* | Doc patches for File::Find | Andy Lester | 2004-01-14 | 1 | -20/+29 |
* | Make Johan's confusion go away, but there are no doubt more | Jarkko Hietaniemi | 2003-08-13 | 1 | -1/+1 |
* | another File::Find tweak for VMS (improve on #20221) | Craig A. Berry | 2003-07-29 | 1 | -2/+2 |
* | fix for File::Find logical name collision on VMS | Craig A. Berry | 2003-07-27 | 1 | -4/+4 |
* | Apply the supplied patch for [perl #22195] | Jarkko Hietaniemi | 2003-05-16 | 1 | -1/+15 |
* | Doc typos. | Rafael Garcia-Suarez | 2003-03-04 | 1 | -2/+2 |
* | [perl #21031] $File::Find::name ne $_ w/no_chdir | Anders Johnson | 2003-03-02 | 1 | -0/+1 |
* | Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_ | Jos I. Boumans | 2003-01-16 | 1 | -1/+1 |
* | lib/File/Find.pm for QNX, NTO | Norton T. Allen | 2002-04-23 | 1 | -1/+2 |