From: Dan Sugalski Date: Fri, 9 Apr 1999 16:16:39 +0000 (-0700) Subject: Bug in MM_VMS.PM X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=adeacccf052801eeeff5725e23421191671ff8e5;p=p5sagit%2Fp5-mst-13.2.git Bug in MM_VMS.PM Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu> p4raw-id: //depot/perl@3322 --- diff --git a/lib/ExtUtils/MM_VMS.pm b/lib/ExtUtils/MM_VMS.pm index 0129191..c77eebe 100644 --- a/lib/ExtUtils/MM_VMS.pm +++ b/lib/ExtUtils/MM_VMS.pm @@ -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";