diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-23 17:43:26 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-23 17:43:26 +0000 |
commit | 2977d345acaba2d25f549b813e6f840a0d225b16 (patch) | |
tree | ba4e80f464f7afb97949163e3158ab47bcb39252 /lib/ExtUtils/MM_VMS.pm | |
parent | 16d9fe9265b394fc040cd89792cf2d6c529f6830 (diff) | |
download | perl-2977d345acaba2d25f549b813e6f840a0d225b16.tar.gz |
Merge changes from CPAN's EU:MM 6.30_01.
The modules that have local changes have superior
version numbers than the CPAN counterparts.
p4raw-id: //depot/perl@27590
Diffstat (limited to 'lib/ExtUtils/MM_VMS.pm')
-rw-r--r-- | lib/ExtUtils/MM_VMS.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExtUtils/MM_VMS.pm b/lib/ExtUtils/MM_VMS.pm index cb3efadabc..c61f5b0c32 100644 --- a/lib/ExtUtils/MM_VMS.pm +++ b/lib/ExtUtils/MM_VMS.pm @@ -18,7 +18,7 @@ use File::Basename; # $Revision can't be on the same line or SVN/K gets confused use vars qw($Revision $VERSION @ISA); -$VERSION = '5.73'; +$VERSION = '5.73_02'; require ExtUtils::MM_Any; require ExtUtils::MM_Unix; @@ -1732,7 +1732,7 @@ sub oneliner { # Switches must be quoted else they will be lowercased. $switches = join ' ', map { qq{"$_"} } @$switches; - return qq{\$(ABSPERLRUN) $switches -e $cmd}; + return qq{\$(ABSPERLRUN) $switches -e $cmd --}; } |