This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make Manifest.t do what is says it's doing.
[perl5.git] / lib / vmsish.t
index 71ca3b5..f40e434 100644 (file)
@@ -5,7 +5,10 @@ BEGIN {
     @INC = '../lib'; 
 }
 
-my $Invoke_Perl = qq(MCR $^X "-I[-.lib]");
+my $perl = $^X;
+$perl = VMS::Filespec::vmsify($perl) if $^O eq 'VMS';
+
+my $Invoke_Perl = qq(MCR $perl "-I[-.lib]");
 
 require "./test.pl";
 plan(tests => 25);