From: Jerry D. Hedden Date: Mon, 15 Oct 2007 09:56:33 +0000 (-0400) Subject: Minor fix in File::Copy POD X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=907fbfa186f5a1c7107de73dab57f6c194c4d3c1;p=p5sagit%2Fp5-mst-13.2.git Minor fix in File::Copy POD From: "Jerry D. Hedden" Message-ID: <1ff86f510710150656w4c06b94aub1c8ff5fa29a8603@mail.gmail.com> p4raw-id: //depot/perl@32122 --- diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index 84a4ea3..dacafb9 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