projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
78e38bb
)
Remove stray '.
Abhijit Menon-Sen [Mon, 10 May 2004 11:10:34 +0000 (11:10 +0000)]
p4raw-id: //depot/perl@22804
lib/File/Copy.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Copy.pm
b/lib/File/Copy.pm
index
69ac361
..
9311fd4
100644
(file)
--- 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