Fri Jan 22 06:20:33 2010: Request 52794 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: Multiple tests failing on strawberry perl
Broken in: 1.001
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=52794 >
On Fri Jan 22 05:42:25 2010, snaury wrote:
> Hmm? The patch you attached is just what changed between PAR-Packer
> 1.001 and 1.002, and this bug happens on both. Also, I don't know if
Ah, grabbed the wrong patch from my disk :(
I've now attached the intended one, but that's almost the
same as your canon-files.patch.
> I'm doing it wrong, but when I try to s{\\}{/}g on $_ it works while
> packing files, but then later when executing them it fails with errors
> like this:
>
> Can't locate loadable object for module IO in @INC (@INC contains: CODE
> (0xc1f934) C:\strawberry\perl\vendor\lib .) at
Don't know what's happening here either (and don't have an
environment to test), but @INC is already wrong:
C:\strawberry\perl\vendor\lib shouldn't be there - @INC of
a packed executable should only contain directories below
the cache area, like c:/temp/par-USER/SHA1/..., and code refs.
Perhaps another slash vs backslash issue?
52794.patch
Description: Binary data
