From: Tels Date: Fri, 18 Jan 2002 23:07:01 +0000 (+0100) Subject: Re: perl@14331 - BeOS now quite happy X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d108ee1c9f6b1bc580c17109b52142bc42db90ac;p=p5sagit%2Fp5-mst-13.2.git Re: perl@14331 - BeOS now quite happy Message-Id: <200201182206.AAA15310@taku.hut.fi> p4raw-id: //depot/perl@14338 --- diff --git a/lib/ExtUtils/MM_BeOS.pm b/lib/ExtUtils/MM_BeOS.pm index 4ea2cf7..298025d 100644 --- a/lib/ExtUtils/MM_BeOS.pm +++ b/lib/ExtUtils/MM_BeOS.pm @@ -39,7 +39,7 @@ least BeOS has one. sub perl_archive { - return '$(PERL_INC)' . "/$Config{libperl}": + return File::Spec->catdir('$(PERL_INC)',$Config{libperl}); } 1;