Skip Menu |

This queue is for tickets about the XS-Writer CPAN distribution.

Report information
The Basics
Id: 35918
Status: new
Priority: 0/
Queue: XS-Writer

People
Owner: Nobody in particular
Requestors: schwern [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [Fwd: Re: FAIL XS-Writer-0.02 MSWin32-x86-multi-thread 5.1]
Date: Fri, 16 May 2008 08:54:22 +0900
To: bug-XS-Writer [...] rt.cpan.org
From: Michael G Schwern <schwern [...] pobox.com>
Show quoted text
-------- Original Message -------- Subject: Re: FAIL XS-Writer-0.02 MSWin32-x86-multi-thread 5.1 Date: Thu, 15 May 2008 16:00:43 -0400 From: David Golden <dagolden@cpan.org> To: Michael G Schwern <schwern@pobox.com> References: <1210868869.cCA040.1556@virtualbox> <482C7BF8.9070700@pobox.com>
> Could this be one of those "your PERL5LIB is too long" problems?
No. It's a path separator bug.
>From t\tryit.t:
local $ENV{PERL5LIB} = join ':', File::Spec->rel2abs("blib/lib"), $ENV{PERL5LIB}; You want to use "join $Config{path_sep} ..." David