diff options
author | Slaven Rezic <slaven@rezic.de> | 2004-05-10 09:57:37 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2004-05-10 10:14:40 +0000 |
commit | 78e38bb6033b96ad3fdd5f4f7bd08f6fedae70cb (patch) | |
tree | 39a34ae59b5dff852cc61c6460bb086e47806484 /lib | |
parent | e21bd3825ed9fd5714cb602cd09ae0057d5cdddf (diff) | |
download | perl-78e38bb6033b96ad3fdd5f4f7bd08f6fedae70cb.tar.gz |
File::Copy Pod
Message-Id: <1084183057.10822@devpc01.iconmobile.de>
p4raw-id: //depot/perl@22803
Diffstat (limited to 'lib')
-rw-r--r-- | lib/File/Copy.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index f5b22e288a..69ac36183c 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");' |