This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Porting/makemeta no longer works with miniperl. switch it to use regular
authorJesse Vincent <jesse@bestpractical.com>
Thu, 1 Oct 2009 19:39:13 +0000 (04:39 +0900)
committerJesse Vincent <jesse@bestpractical.com>
Thu, 1 Oct 2009 19:39:13 +0000 (04:39 +0900)
perl

Makefile.SH

index b2d4d15..58fd626 100644 (file)
@@ -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)"