Change 18398 by jhi@lyta on 2003/01/03 02:26:44
Subject: [DOCPATCH] File::Copy's synopsis
From: Nicholas Clark <[EMAIL PROTECTED]>
Date: Wed, 1 Jan 2003 21:09:30 +0000
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/maint-5.8/perl/lib/File/Copy.pm#3 edit
Differences ...
==== //depot/maint-5.8/perl/lib/File/Copy.pm#3 (text) ====
Index: perl/lib/File/Copy.pm
--- perl/lib/File/Copy.pm#2~18219~ Sat Nov 30 08:55:14 2002
+++ perl/lib/File/Copy.pm Thu Jan 2 18:26:44 2003
@@ -271,7 +271,7 @@
use File::Copy;
- copy("file1","file2");
+ copy("file1","file2") or die "Copy failed: $!";
copy("Copy.pm",\*STDOUT);'
move("/dev1/fileA","/dev2/fileB");
End of Patch.