summaryrefslogtreecommitdiff
path: root/lib/File/Copy.pm
Commit message (Expand)AuthorAgeFilesLines
* Fix bundled .pm files for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-251-1/+2
* Fix indirect call of ->importPaul "LeoNerd" Evans2021-12-141-2/+2
* No need for avoiding overload in File::CopyPaul "LeoNerd" Evans2021-12-141-8/+5
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-2/+1
* File::Copy: compare inode numbers as stringsTony Cook2021-05-251-2/+2
* File::Copy: support symlinks on Win32Tony Cook2020-12-011-2/+2
* fix typosAlexandr Savca2018-10-091-2/+2
* Increment $File::Copy::VERSIONJames E Keenan2017-11-061-1/+1
* Support Time::HiRes::utime in File::CopyAndrew Fresh2017-11-061-0/+2
* (perl #128199) rmscopy() is VMS specific and not exportedTony Cook2016-06-151-1/+6
* Bump $File::Copy::VERSIONDominic Hargreaves2016-04-301-1/+1
* File::Copy: add a warning about flushing writesDominic Hargreaves2016-04-301-0/+8
* File::Copy does not overwrite read-only filesAlexandr Ciornii2014-07-141-1/+2
* Bump File::Copy to version 2.29.Craig A. Berry2013-12-211-1/+1
* Simplify and clarify VMS specifics in File::Copy.Craig A. Berry2013-12-211-33/+19
* Revert "Unix compatibility mode" in File::Copy on VMS.Craig A. Berry2013-12-211-85/+4
* Fix typo introduced in 4c38808d92b95.Craig A. Berry2013-12-211-1/+1
* bump File::Copy's $VERSIONTony Cook2013-09-181-1/+1
* Added note about directories not being created with File::Copy::copyNathan Glenn2013-09-181-2/+4
* use more descriptive examples in File::CopyZsbán Ambrus2013-06-091-3/+3
* Bump File::Copy version as the contents have changedChris 'BinGOs' Williams2013-03-051-1/+1
* fix pod: add missing 'C' of inline code tagsreneeb2013-03-041-2/+2
* Remove the MPE/iX port.Nicholas Clark2012-09-211-9/+1
* Revert File::Copy::copy() to fail when copying a file onto itselfSteve Hay2012-08-281-4/+2
* Fix File::Copy test failure on WindowsSteve Hay2012-08-281-0/+4
* rt #111126 - don't empty a file with copy("foo/bar", "foo/");Tony Cook2012-08-241-5/+5
* Increase $File::Copy::VERSION to 2.23Father Chrysostomos2012-01-311-1/+1
* [perl #109104] File::Copy: Turn off ‘newline’ warningsFather Chrysostomos2012-01-311-1/+1
* Revert "In File::Copy, convert two regexps to explicit ranges, instead of usi...Karl Williamson2011-03-021-3/+3
* In File::Copy, convert two regexps to explicit ranges, instead of using /iNicholas Clark2011-02-041-3/+3
* Remove Mac OS Classic docs from DirHandle and File::{Copy,DosGlob,Find}Nicholas Clark2011-01-181-32/+1
* Bump module version numbersDavid Golden2010-07-191-1/+1
* Remove MacOS classic support from File::{Copy,DosGlob,Find,Glob,stat}.Nicholas Clark2010-06-231-29/+0
* version bump for File::Copy and add change to deltaMatt S Trout2010-06-211-1/+1
* Resolve issue #74974: document File::Copy::copy(FILE, DIR)Abigail2010-06-081-0/+6
* RT #73714: Regression in 5.12: File::Copy and initial spacesDavid Mitchell2010-03-271-3/+2
* 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
* Fix File::Copy::copy with pipes on GNU/kFreeBSDNiko Tyni2009-07-221-2/+2
* 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-051-1/+1
* make the File::Copy permission change from 2.15 onwards (to allow for aDavid Mitchell2009-04-251-1/+1
* 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-251-26/+63
* File::Copy fixes for VMS follow-upJohn Malmberg2009-01-101-1/+1
* Make File::Copy detect Unix compatibility mode on VMS.John Malmberg2009-01-081-5/+88
* Change the plan - 2.14 gets the copy permission behaviour change,Nicholas Clark2008-10-201-1/+1
* [perl #59650] File::Copy does not handle file objects sanelyrabbit+bugs@rabbit.us2008-10-191-5/+14
* The last change to File::Copy broke the perl build.Rafael Garcia-Suarez2008-05-081-5/+12