From: Slaven Rezic Date: Mon, 10 May 2004 09:57:37 +0000 (+0000) Subject: File::Copy Pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78e38bb6033b96ad3fdd5f4f7bd08f6fedae70cb;p=p5sagit%2Fp5-mst-13.2.git File::Copy Pod Message-Id: <1084183057.10822@devpc01.iconmobile.de> p4raw-id: //depot/perl@22803 --- diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index f5b22e2..69ac361 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -274,8 +274,7 @@ File::Copy - Copy files or filehandles copy("Copy.pm",\*STDOUT); move("/dev1/fileA","/dev2/fileB"); - use POSIX; - use File::Copy cp; + use File::Copy "cp"; $n = FileHandle->new("/a/file","r"); cp($n,"x");'