projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a10b7b7
)
avoid nonportable example code
Gurusamy Sarathy [Mon, 9 Oct 2000 18:50:03 +0000 (18:50 +0000)]
p4raw-id: //depot/perl@7174
lib/File/Copy.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Copy.pm
b/lib/File/Copy.pm
index
e6cf786
..
8d1d783
100644
(file)
--- 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