Skip Menu |

This queue is for tickets about the File-ShareDir-PAR CPAN distribution.

Report information
The Basics
Id: 44259
Status: resolved
Priority: 0/
Queue: File-ShareDir-PAR

People
Owner: Nobody in particular
Requestors: shmuelfomberg [...] gmail.com
Cc:
AdminCc:

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



Subject: Test searchs for c:/perl/site/lib on windows
Hi. While trying to install in Windows / Strawberry Perl, the tests failed: t/01_compile........ok t/02_without_par....ok t/03_with_par.......1/30 c:/perl/site/lib: No such file or directory at t/03_with_par.t line 42 BEGIN failed--compilation aborted at t/03_with_par.t line 48. t/03_with_par....... Dubious, test returned 2 (wstat 512, 0x200) Failed 29/30 subtests The Strawberry Perl lib directory is in: C:\strawberry\perl\lib. Please fix this test. Shmuel.
Hi, I very much doubt it's a problem of the test per se. There is no such path in the test file itself. It just does a grep{} through your @INC. So however it happened to contain C:/perl/site/lib, you should probably have a look at that :) Regardless, I tried to make the grep a little more robust. File::ShareDir::PAR 0.05 is on its way to CPAN. Cheers, Steffen