Change 18442 by jhi@lyta on 2003/01/04 21:18:39

        Spotted by rgs.

Affected files ...

... //depot/maint-5.8/perl/lib/File/Copy.pm#4 edit

Differences ...

==== //depot/maint-5.8/perl/lib/File/Copy.pm#4 (text) ====
Index: perl/lib/File/Copy.pm
--- perl/lib/File/Copy.pm#3~18398~      Thu Jan  2 18:26:44 2003
+++ perl/lib/File/Copy.pm       Sat Jan  4 13:18:39 2003
@@ -272,7 +272,7 @@
        use File::Copy;
 
        copy("file1","file2") or die "Copy failed: $!";
-       copy("Copy.pm",\*STDOUT);'
+       copy("Copy.pm",\*STDOUT);
        move("/dev1/fileA","/dev2/fileB");
 
        use POSIX;
End of Patch.

Reply via email to