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

index 69ac361..9311fd4 100644 (file)
@@ -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