From: Nick Ing-Simmons Date: Sun, 14 Dec 1997 16:06:24 +0000 (+0000) Subject: Fix typo in Ilya's patch :-( X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d3ba9184ae4a51b26d0b441baf1f71fadb130b14;p=p5sagit%2Fp5-mst-13.2.git Fix typo in Ilya's patch :-( p4raw-id: //depot/ansiperl@366 --- diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm index 64f493a..f3b843f 100644 --- 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: