From: Abhijit Menon-Sen Date: Mon, 10 May 2004 11:10:34 +0000 (+0000) Subject: Remove stray '. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6dfe06b011d5e45b77ada4c240cf5565f0b354a;p=p5sagit%2Fp5-mst-13.2.git Remove stray '. p4raw-id: //depot/perl@22804 --- diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index 69ac361..9311fd4 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -277,7 +277,7 @@ File::Copy - Copy files or filehandles use File::Copy "cp"; $n = FileHandle->new("/a/file","r"); - cp($n,"x");' + cp($n,"x"); =head1 DESCRIPTION