diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2007-10-15 05:56:33 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-17 11:50:12 +0000 |
commit | 907fbfa186f5a1c7107de73dab57f6c194c4d3c1 (patch) | |
tree | f6576075ced5bf1600038aebc0ef63b4b59cef8b /lib/File/Copy.pm | |
parent | fdc5b0232cfd1c95eedd45a761da6b9eaac3a5eb (diff) | |
download | perl-907fbfa186f5a1c7107de73dab57f6c194c4d3c1.tar.gz |
Minor fix in File::Copy POD
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510710150656w4c06b94aub1c8ff5fa29a8603@mail.gmail.com>
p4raw-id: //depot/perl@32122
Diffstat (limited to 'lib/File/Copy.pm')
-rw-r--r-- | lib/File/Copy.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index 84a4ea3d98..dacafb9c33 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -466,7 +466,7 @@ E.g. copy("file1", ":tmp:file1"); # ok, partial path copy("file1", "DataHD:"); # creates DataHD:file1 - move("MacintoshHD:fileA", "DataHD:fileB"); # moves (don't copies) files from one + move("MacintoshHD:fileA", "DataHD:fileB"); # moves (doesn't copy) files from one # volume to another =back |