diff options
-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 69ac36183c..9311fd4aa7 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 |