This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Stop File::Copy truncating destination files if passed 3 named
authorNicholas Clark <nick@ccl4.org>
Thu, 24 Apr 2008 17:04:58 +0000 (17:04 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 24 Apr 2008 17:04:58 +0000 (17:04 +0000)
commit671637fed42237fcb843f592c249ac1359521292
treeb32d8e2ad15485e1d241f5cf08f68ca2ca8ebf7b
parent33bf2ce5571a2caa7ec190b68b06e5a97d2130b8
Stop File::Copy truncating destination files if passed 3 named
arguments by accident. In Copy.t, ensure that all file system calls
die with $! if they fail.

p4raw-id: //depot/perl@33740
lib/File/Copy.pm
lib/File/Copy.t