projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
52a549d
)
Re: perl@14331 - BeOS now quite happy
Tels [Fri, 18 Jan 2002 23:07:01 +0000 (
00:07
+0100)]
Message-Id: <
200201182206
.AAA15310@taku.hut.fi>
p4raw-id: //depot/perl@14338
lib/ExtUtils/MM_BeOS.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/MM_BeOS.pm
b/lib/ExtUtils/MM_BeOS.pm
index
4ea2cf7
..
298025d
100644
(file)
--- 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;