diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-20 10:49:03 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-20 10:49:03 +0000 |
commit | 41e5fcb0a3c28c92c13b25bc869395d47115a518 (patch) | |
tree | f27f143bbf70b45ece6f76f4db238f15daa3422a /lib/ExtUtils/MM_Unix.pm | |
parent | 95a20fc0f418f9e1e0d100fe94506ad0a61144e9 (diff) | |
download | perl-41e5fcb0a3c28c92c13b25bc869395d47115a518.tar.gz |
Upgrade to MakeMaker 6.29
p4raw-id: //depot/perl@24510
Diffstat (limited to 'lib/ExtUtils/MM_Unix.pm')
-rw-r--r-- | lib/ExtUtils/MM_Unix.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 34fec38db7..d8f0564c9e 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -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 } |