X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFile%2FCopy.pm;h=8d1d7834c95a3e2dc94f3f50f8bc478f9a832f4f;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=e6cf78603423dd55a9efc3f8b284dace6b164e41;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index e6cf786..8d1d783 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -221,7 +221,7 @@ File::Copy - Copy files or filehandles use POSIX; use File::Copy cp; - $n=FileHandle->new("/dev/null","r"); + $n = FileHandle->new("/a/file","r"); cp($n,"x");' =head1 DESCRIPTION