summaryrefslogtreecommitdiff
path: root/lib/File/Copy.t
Commit message (Expand)AuthorAgeFilesLines
* do not count tests, instead use done_testing()Michiel Beijen2021-12-041-2/+1
* File::Copy: support symlinks on Win32Tony Cook2020-12-011-1/+4
* Support Time::HiRes::utime in File::CopyAndrew Fresh2017-11-061-1/+6
* avoid sysread()/syswrite() warnings from the default :utf8 from PERL_UNICODETony Cook2017-09-201-1/+6
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-18/+18
* these permissions appear to be handled correctly in current cygwinTony Cook2014-10-201-6/+2
* use a different name for the test directoryTony Cook2014-10-201-5/+6
* Add block to exercise case of very large buffer in lib/File/Copy.pm.James E Keenan2013-07-081-4/+17
* Skip tests in File::Copy tests on DragonflyBSD tooChris 'BinGOs' Williams2013-03-011-0/+3
* Make new File::Copy test case insensitive.Craig A. Berry2012-08-311-1/+1
* Revert File::Copy::copy() to fail when copying a file onto itselfSteve Hay2012-08-281-2/+2
* rt #111126 - don't empty a file with copy("foo/bar", "foo/");Tony Cook2012-08-241-1/+0
* rt #111126 - TODO test for copy foo/file to foo/Tony Cook2012-08-241-1/+27
* Update several test cases to not generate failures on VOS.Paul Green2011-11-181-0/+2
* Skip suid File::Copy tests on a nosuid partitionÆvar Arnfjörð Bjarmason2010-07-031-3/+10
* 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-271-1/+12
* Update File::Copy tests to skip on OpenBSD, as it mounts too many filesystems...Jesse Vincent2009-12-151-0/+3
* Fix File::Copy::copy with pipes on GNU/kFreeBSDNiko Tyni2009-07-221-1/+14
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Correctly interpolate the attempted permissions as octal in the error message.Nicholas Clark2009-06-041-2/+4
* Make File::Copy always return 0 (not "") on failure.Paul Fenwick2009-05-051-1/+38
* 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
* Move cp(1)-like permission changes from copy to cp,Charles Bailey2009-01-251-10/+27
* [perl #59650] File::Copy does not handle file objects sanelyrabbit+bugs@rabbit.us2008-10-191-1/+47
* Skip some File::Copy tests on Win32 since file permissions do notSteve Peters2008-06-021-0/+1
* File::Copy does not copy source file permissions to the target fileCraig A. Berry2008-05-231-1/+4
* Re: Change 33794: [PATCH] File::Copy & permission bits.Jerry D. Hedden2008-05-101-1/+4
* File::Copy & permission bits.Abigail2008-05-081-4/+64
* Stop File::Copy truncating destination files if passed 3 namedNicholas Clark2008-04-241-14/+46
* Re: [PATCH] lib/File/Copy.t - test descriptions and minor fixesAdriano Ferreira2006-09-191-23/+29
* Two test workarounds for VMSCraig A. Berry2005-12-181-4/+8
* Re: [perl #36507] File::Copy::copy($foo, $foo) diesMichael G. Schwern2005-07-141-11/+34
* [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv Michael G Schwern2005-07-121-3/+27
* Cleanup File::Copy testsMichael G. Schwern2005-07-121-119/+65
* Fix File::Copy with hard links on Windows.Steve Hay2003-12-041-9/+13
* Re: [perl #24245] File::Copy::copy damages hard linked filesSlaven Rezic2003-11-281-3/+36
* Fix forarbor@al37al08.telecel.pt2001-07-311-1/+11
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+147