Craig A. Berry [Mon, 27 Mar 2006 00:04:10 +0000 (00:04 +0000)]
p4raw-id: //depot/perl@27613
# $Revision can't be on the same line or SVN/K gets confused
use vars qw($Revision
$VERSION @ISA);
-$VERSION = '5.73_02';
+$VERSION = '5.73_03';
require ExtUtils::MM_Any;
require ExtUtils::MM_Unix;
# 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 \"--\"};
}