summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/MM_BeOS.pm
diff options
context:
space:
mode:
authorTels <nospam-abuse@bloodgate.com>2002-01-19 00:07:01 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-19 02:51:34 +0000
commitd108ee1c9f6b1bc580c17109b52142bc42db90ac (patch)
tree47e619401db7f30cdb12c8039326e8b7f2598e6c /lib/ExtUtils/MM_BeOS.pm
parent52a549d05bec61dfdb1994e2501b41d2be866326 (diff)
downloadperl-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.pm2
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;