diff options
author | Tels <nospam-abuse@bloodgate.com> | 2002-01-19 00:07:01 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-19 02:51:34 +0000 |
commit | d108ee1c9f6b1bc580c17109b52142bc42db90ac (patch) | |
tree | 47e619401db7f30cdb12c8039326e8b7f2598e6c /lib/ExtUtils/MM_BeOS.pm | |
parent | 52a549d05bec61dfdb1994e2501b41d2be866326 (diff) | |
download | perl-d108ee1c9f6b1bc580c17109b52142bc42db90ac.tar.gz |
Re: perl@14331 - BeOS now quite happy
Message-Id: <200201182206.AAA15310@taku.hut.fi>
p4raw-id: //depot/perl@14338
Diffstat (limited to 'lib/ExtUtils/MM_BeOS.pm')
-rw-r--r-- | lib/ExtUtils/MM_BeOS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_BeOS.pm b/lib/ExtUtils/MM_BeOS.pm index 4ea2cf756e..298025dcb0 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; |