diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2004-05-10 11:10:34 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2004-05-10 11:10:34 +0000 |
commit | c6dfe06b011d5e45b77ada4c240cf5565f0b354a (patch) | |
tree | bc4951028d51b1f2558aa70a629dfbd70f5f3619 /lib/File/Copy.pm | |
parent | 78e38bb6033b96ad3fdd5f4f7bd08f6fedae70cb (diff) | |
download | perl-c6dfe06b011d5e45b77ada4c240cf5565f0b354a.tar.gz |
Remove stray '.
p4raw-id: //depot/perl@22804
Diffstat (limited to 'lib/File/Copy.pm')
-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 |