From: Jesse Vincent Date: Thu, 1 Oct 2009 19:39:13 +0000 (+0900) Subject: Porting/makemeta no longer works with miniperl. switch it to use regular X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=efd764f72a8696e587ea6316dc908f8900c8b9e5;p=p5sagit%2Fp5-mst-13.2.git Porting/makemeta no longer works with miniperl. switch it to use regular perl --- diff --git a/Makefile.SH b/Makefile.SH index b2d4d15..58fd626 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1019,7 +1019,7 @@ extras.install: perl$(EXE_EXT) no-install install.perl install.man install.html META.yml: Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm - $(MINIPERL) Porting/makemeta + $(PERL) Porting/makemeta install-strip: $(MAKE) STRIPFLAGS=-s install DESTDIR="$(DESTDIR)"