[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: File::Glob in failure perl5.05_63 XSLoader on OpenBSD 2.6
Tom Christiansen writes:
> % ../perl -I ../lib -le 'print join(" ", <*>)'
> README TEST UTEST base cmd comp harness io lib op perl pod pragma
>
> So it's not just absolute it works in. It's ok with "../lib"
> as well.
[Probably in ./t]
Does
./perl -I ./lib -le 'print join(" ", <*>)'
work in . ? It does on Solaris 7...
> I started looking through DynaLoader.pm for instances of "dir"
> and path mungeing, but there's so much of it, I thought I'd stop
> now and mail it in.
As a rule, DynaLoader.pm is not used by Perl any more. But
XSLoader.pm contains *less* code than DynaLoader.pm...
Ilya
- Follow-Ups from:
-
Tom Christiansen <tchrist@jhereg.perl.com>
- References to:
-
Tom Christiansen <tchrist@jhereg.perl.com>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]