Mon Oct 22 08:59:29 2012: Request 80276 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: Module-ScanDeps Subject: Module DateTime::Format::ISO8601 generates error after being packaged Broken in: 1.09 Severity: Normal Owner: RSCHUPP Requestors: hugues.jonque...@sapimep.com Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=80276 >
On 2012-10-22 07:20:21, Scarfayss wrote: >> Oops, "-C" seems to have a problem - can you try without it? > Yes, you were right, it's fine now. Does it mean I have to give up on the > -C option ? At least for now. AFAICT the current implementation of "-C" breaks everything that needs a real file tree, e.g. - looking for all modules Fubar::* by looking at the result of glob("$_/Fubar/*.pm") foreach $_ in @INC (in your case Fubar is DateTime::Format::Builder::Parser) - loading data files with a similar mechanism, e.g. Unicode tables The problem is actually in PAR.pm, I'll probably release a fix tonite, but don't hold your breath. Cheers, Roderich