Upgrade to MakeMaker 6.29
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / MM_Unix.pm
index 34fec38..d8f0564 100644 (file)
@@ -20,7 +20,7 @@ use vars qw($VERSION @ISA
 
 use ExtUtils::MakeMaker qw($Verbose neatvalue);
 
-$VERSION = '1.48';
+$VERSION = '1.49';
 
 require ExtUtils::MM_Any;
 @ISA = qw(ExtUtils::MM_Any);
@@ -3051,8 +3051,8 @@ sub processPL {
 all :: %s
        $(NOECHO) $(NOOP)
 
-%s :: %s
-       $(PERLRUN) %s %s
+%s :: %s pm_to_blib
+       $(PERLRUNINST) %s %s
 MAKE_FRAG
 
        }