projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0f3f18a
)
Fix typo in Ilya's patch :-(
Nick Ing-Simmons [Sun, 14 Dec 1997 16:06:24 +0000 (16:06 +0000)]
p4raw-id: //depot/ansiperl@366
lib/ExtUtils/MakeMaker.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/MakeMaker.pm
b/lib/ExtUtils/MakeMaker.pm
index
64f493a
..
f3b843f
100644
(file)
--- a/
lib/ExtUtils/MakeMaker.pm
+++ b/
lib/ExtUtils/MakeMaker.pm
@@
-545,7
+545,7
@@
sub WriteEmptyMakefile {
rename 'Makefile', 'Makefile.old' or warn "rename Makefile Makefile.old: $!"
if -f 'Makefile';
open MF, '> Makefile' or die "open Makefile for write: $!";
- print MF, <<'EOP';
+ print MF <<'EOP';
all:
clean: