From: Gurusamy Sarathy Date: Mon, 9 Oct 2000 18:50:03 +0000 (+0000) Subject: avoid nonportable example code X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=23f3aea032e3289acf8e6a178372c27e8e03f4a0;p=p5sagit%2Fp5-mst-13.2.git avoid nonportable example code p4raw-id: //depot/perl@7174 --- 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