summaryrefslogtreecommitdiff
path: root/lib/File
Commit message (Expand)AuthorAgeFilesLines
* bumped File::Find version to 1.16David Golden2010-05-191-1/+1
* Fixed typo: "effecting data" -> "affecting data".Dan Dascalescu2010-05-191-1/+1
* Spaces in filenames require non-default settings on VMS.Craig A. Berry2010-03-281-1/+3
* remove tmp debugging from File/Copy.tDavid Mitchell2010-03-281-1/+0
* RT #73714: Regression in 5.12: File::Copy and initial spacesDavid Mitchell2010-03-272-4/+14
* bump versions for core libs changed since 5.11.3Ricardo Signes2010-01-191-1/+1
* [perl #72098] File::Copy stripping 06000 perms on cp for rootTodd Rinaldo2010-01-161-6/+2
* Bumped File::Find's version since it's changed since 5.11.2Jesse Vincent2009-12-201-1/+1
* Update File::Copy tests to skip on OpenBSD, as it mounts too many filesystems...Jesse Vincent2009-12-151-0/+3
* Update countAbigail2009-11-201-1/+1
* Fix bug #68260Abigail2009-11-202-2/+39
* Convert File/CheckTree.t from Test to Test::More.Nicholas Clark2009-10-231-72/+27
* Reuinte File::Spec with the rest of the PathTools distribution in ext.Nicholas Clark2009-09-1914-4983/+0
* Untangle File::Basename and re - avoid hard-coding the hints value.Nicholas Clark2009-09-121-6/+6
* Move File-Path from lib/ to ext/Chris Williams2009-09-112-1483/+0
* Move File::Temp from lib/ to ext/Chris Williams2009-09-1110-3284/+0
* Move File::Fetch from lib to extChris 'BinGOs' Williams2009-09-022-1635/+0
* Pre-resolve symlink for File::Stat test under -DmksymlinksJosh ben Jore2009-07-311-6/+19
* Fix File::Copy::copy with pipes on GNU/kFreeBSDNiko Tyni2009-07-222-3/+16
* bump versions of non-dual-life modules thatDavid Mitchell2009-07-031-1/+1
* tjenness: dual life modulesTim Jenness2009-06-292-17/+16
* Upgrade to File::Fetch 0.20Jos I. Boumans2009-06-272-20/+70
* Upgrade to File::Path 2.07_03Nicholas Clark2009-06-252-9/+35
* Make Compare.t work when filenames can't have whitespace.Craig A. Berry2009-06-111-9/+18
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-069-0/+0
* Correctly interpolate the attempted permissions as octal in the error message.Nicholas Clark2009-06-041-2/+4
* Pull PathTools 3.30 (which was just a blead sync.)Steffen Mueller2009-05-109-9/+9
* Revert "Bump version of File::Copy"David Mitchell2009-05-091-1/+1
* Bump version of File::CopyRafael Garcia-Suarez2009-05-051-1/+1
* Make File::Copy always return 0 (not "") on failure.Paul Fenwick2009-05-052-2/+39
* make the File::Copy permission change from 2.15 onwards (to allow for aDavid Mitchell2009-04-251-1/+1
* Skip bug in new File::stat test.Craig A. Berry2009-04-021-2/+2
* The DOSish branch of File::stat->cando had its arguments wrong.unknown2009-03-261-1/+1
* Docs for File::stat.Ben Morrow2009-03-251-0/+60
* Bump File::stat's $VERSION.Ben Morrow2009-03-251-1/+1
* I assume VMS doesn't have a superuser.Ben Morrow2009-03-251-1/+1
* Warnings for File::stat deficiencies.Ben Morrow2009-03-251-0/+16
* Reinstate File::stat::stat_cando.Ben Morrow2009-03-251-29/+38
* Tests for -X overload on File::stat.Ben Morrow2009-03-251-2/+20
* I missed a s/stat_cando/cando/ in File::stat.Ben Morrow2009-03-251-1/+1
* -M, -C, -A for File::stat.Ben Morrow2009-03-251-0/+4
* Add -X overloading to File::stat.Ben Morrow2009-03-251-1/+119
* Add SEE ALSO's to find2perl and File::Find.Dan Jacobson2009-03-251-0/+4
* Skip the 0oX... mode copying tests when chmod fails to set the mode on files.Nicholas Clark2009-02-071-0/+23
* Silence verbosity in lib/File/Copy.t during 'make test' in coreJerry D. Hedden2009-01-271-2/+2
* Tests to check cp() doesn't drop set[eu]id bits.Abigail2009-01-261-48/+68
* Check for the group entry returned by getpwuid as well when testingAbigail2009-01-261-2/+4
* Move cp(1)-like permission changes from copy to cp,Charles Bailey2009-01-252-36/+90
* File::Copy fixes for VMS follow-upJohn Malmberg2009-01-101-1/+1
* 'VMS support for Unix and extended file specifications' (PathTools RT #42153)John Malmberg2009-01-094-91/+793