Bug in MM_VMS.PM
Dan Sugalski [Fri, 9 Apr 1999 16:16:39 +0000 (09:16 -0700)]
Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>

p4raw-id: //depot/perl@3322

lib/ExtUtils/MM_VMS.pm

index 0129191..c77eebe 100644 (file)
@@ -2315,7 +2315,7 @@ $(MAP_TARGET) :: $(MAKE_APERL_FILE)
     else          { $extralist = ''; }
     # Let ExtUtils::Liblist find the necessary libs for us (but skip PerlShr)
     # that's what we're building here).
-    push @optlibs, grep { !/PerlShr/i } split +($self->ext())[2];
+    push @optlibs, grep { !/PerlShr/i } split ' ', +($self->ext())[2];
     if ($libperl) {
        unless (-f $libperl || -f ($libperl = $self->catfile($Config{'installarchlib'},'CORE',$libperl))) {
            print STDOUT "Warning: $libperl not found\n";