From: Craig A. Berry Date: Sun, 1 Apr 2007 18:11:28 +0000 (+0000) Subject: Update name of Perl executable on VMS following #30414. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=08322f8f31e7d47b6c567249e73bacf200f45f3d;p=p5sagit%2Fp5-mst-13.2.git Update name of Perl executable on VMS following #30414. p4raw-id: //depot/perl@30827 --- diff --git a/t/op/taint.t b/t/op/taint.t index 18b750f..96c420c 100755 --- a/t/op/taint.t +++ b/t/op/taint.t @@ -45,7 +45,7 @@ my $Is_NetWare = $^O eq 'NetWare'; my $Is_Dos = $^O eq 'dos'; my $Is_Cygwin = $^O eq 'cygwin'; my $Is_OpenBSD = $^O eq 'openbsd'; -my $Invoke_Perl = $Is_VMS ? 'MCR Sys$Disk:[]Perl.' : +my $Invoke_Perl = $Is_VMS ? 'MCR Sys$Disk:[]Perl.exe' : $Is_MSWin32 ? '.\perl' : $Is_MacOS ? ':perl' : $Is_NetWare ? 'perl' :