| Commit message (Expand) | Author | Age | Files | Lines |
* | Increment $File::Copy::VERSION | James E Keenan | 2017-11-06 | 1 | -1/+1 |
* | Support Time::HiRes::utime in File::Copy | Andrew Fresh | 2017-11-06 | 1 | -0/+2 |
* | (perl #128199) rmscopy() is VMS specific and not exported | Tony Cook | 2016-06-15 | 1 | -1/+6 |
* | Bump $File::Copy::VERSION | Dominic Hargreaves | 2016-04-30 | 1 | -1/+1 |
* | File::Copy: add a warning about flushing writes | Dominic Hargreaves | 2016-04-30 | 1 | -0/+8 |
* | File::Copy does not overwrite read-only files | Alexandr Ciornii | 2014-07-14 | 1 | -1/+2 |
* | Bump File::Copy to version 2.29. | Craig A. Berry | 2013-12-21 | 1 | -1/+1 |
* | Simplify and clarify VMS specifics in File::Copy. | Craig A. Berry | 2013-12-21 | 1 | -33/+19 |
* | Revert "Unix compatibility mode" in File::Copy on VMS. | Craig A. Berry | 2013-12-21 | 1 | -85/+4 |
* | Fix typo introduced in 4c38808d92b95. | Craig A. Berry | 2013-12-21 | 1 | -1/+1 |
* | bump File::Copy's $VERSION | Tony Cook | 2013-09-18 | 1 | -1/+1 |
* | Added note about directories not being created with File::Copy::copy | Nathan Glenn | 2013-09-18 | 1 | -2/+4 |
* | use more descriptive examples in File::Copy | Zsbán Ambrus | 2013-06-09 | 1 | -3/+3 |
* | Bump File::Copy version as the contents have changed | Chris 'BinGOs' Williams | 2013-03-05 | 1 | -1/+1 |
* | fix pod: add missing 'C' of inline code tags | reneeb | 2013-03-04 | 1 | -2/+2 |
* | Remove the MPE/iX port. | Nicholas Clark | 2012-09-21 | 1 | -9/+1 |
* | Revert File::Copy::copy() to fail when copying a file onto itself | Steve Hay | 2012-08-28 | 1 | -4/+2 |
* | Fix File::Copy test failure on Windows | Steve Hay | 2012-08-28 | 1 | -0/+4 |
* | rt #111126 - don't empty a file with copy("foo/bar", "foo/"); | Tony Cook | 2012-08-24 | 1 | -5/+5 |
* | Increase $File::Copy::VERSION to 2.23 | Father Chrysostomos | 2012-01-31 | 1 | -1/+1 |
* | [perl #109104] File::Copy: Turn off ‘newline’ warnings | Father Chrysostomos | 2012-01-31 | 1 | -1/+1 |
* | Revert "In File::Copy, convert two regexps to explicit ranges, instead of usi... | Karl Williamson | 2011-03-02 | 1 | -3/+3 |
* | In File::Copy, convert two regexps to explicit ranges, instead of using /i | Nicholas Clark | 2011-02-04 | 1 | -3/+3 |
* | Remove Mac OS Classic docs from DirHandle and File::{Copy,DosGlob,Find} | Nicholas Clark | 2011-01-18 | 1 | -32/+1 |
* | Bump module version numbers | David Golden | 2010-07-19 | 1 | -1/+1 |
* | Remove MacOS classic support from File::{Copy,DosGlob,Find,Glob,stat}. | Nicholas Clark | 2010-06-23 | 1 | -29/+0 |
* | version bump for File::Copy and add change to delta | Matt S Trout | 2010-06-21 | 1 | -1/+1 |
* | Resolve issue #74974: document File::Copy::copy(FILE, DIR) | Abigail | 2010-06-08 | 1 | -0/+6 |
* | RT #73714: Regression in 5.12: File::Copy and initial spaces | David Mitchell | 2010-03-27 | 1 | -3/+2 |
* | bump versions for core libs changed since 5.11.3 | Ricardo Signes | 2010-01-19 | 1 | -1/+1 |
* | [perl #72098] File::Copy stripping 06000 perms on cp for root | Todd Rinaldo | 2010-01-16 | 1 | -6/+2 |
* | Fix File::Copy::copy with pipes on GNU/kFreeBSD | Niko Tyni | 2009-07-22 | 1 | -2/+2 |
* | Revert "Bump version of File::Copy" | David Mitchell | 2009-05-09 | 1 | -1/+1 |
* | Bump version of File::Copy | Rafael Garcia-Suarez | 2009-05-05 | 1 | -1/+1 |
* | Make File::Copy always return 0 (not "") on failure. | Paul Fenwick | 2009-05-05 | 1 | -1/+1 |
* | make the File::Copy permission change from 2.15 onwards (to allow for a | David Mitchell | 2009-04-25 | 1 | -1/+1 |
* | Check for the group entry returned by getpwuid as well when testing | Abigail | 2009-01-26 | 1 | -2/+4 |
* | Move cp(1)-like permission changes from copy to cp, | Charles Bailey | 2009-01-25 | 1 | -26/+63 |
* | File::Copy fixes for VMS follow-up | John Malmberg | 2009-01-10 | 1 | -1/+1 |
* | Make File::Copy detect Unix compatibility mode on VMS. | John Malmberg | 2009-01-08 | 1 | -5/+88 |
* | Change the plan - 2.14 gets the copy permission behaviour change, | Nicholas Clark | 2008-10-20 | 1 | -1/+1 |
* | [perl #59650] File::Copy does not handle file objects sanely | rabbit+bugs@rabbit.us | 2008-10-19 | 1 | -5/+14 |
* | The last change to File::Copy broke the perl build. | Rafael Garcia-Suarez | 2008-05-08 | 1 | -5/+12 |
* | Bump version and document last change. | Rafael Garcia-Suarez | 2008-05-08 | 1 | -6/+4 |
* | File::Copy & permission bits. | Abigail | 2008-05-08 | 1 | -11/+4 |
* | Use 3-arg open. | Abigail | 2008-05-08 | 1 | -2/+2 |
* | Stop File::Copy truncating destination files if passed 3 named | Nicholas Clark | 2008-04-24 | 1 | -11/+16 |
* | patch@32181 File::Copy.pm patches for VMS | John E. Malmberg | 2007-10-24 | 1 | -3/+44 |
* | Minor fix in File::Copy POD | Jerry D. Hedden | 2007-10-17 | 1 | -1/+1 |
* | [patch@31750] Unit variable in /lib/File/Copy.pm | John E. Malmberg | 2007-08-28 | 1 | -2/+3 |