Sun Mar 28 17:42:49 2010: Request 56020 was acted upon.
Transaction: Correspondence added by DJIBEL
       Queue: Module-ScanDeps
     Subject: PAR::Packer and PDF::API2 Unicode::UCD: failed to find 
UnicodeData.txt
   Broken in: 0.96
    Severity: Normal
       Owner: Nobody
  Requestors: dji...@cpan.org
      Status: open
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=56020 >


Le Dim 28 Mar 2010 13:38:10, RSCHUPP a écrit :
> On Sun Mar 28 08:43:12 2010, DJIBEL wrote:
> > Unicode::UCD: failed to find UnicodeData.txt in CODE(0x2c84f7c)
> > C:\Users\user\AppData\Local\Temp\par-user\cache-7cb6bafd0
> > 5de0244ffffca19c561d6fbaa5f768c\inc\lib
> > C:\Users\user\AppData\Local\Temp\par-user\cache-
> > 7cb6bafd05de0244ffffca19c561d6fba
> > a5f768c\inc CODE(0x2a8d0b4) CODE(0x2a8d3b4)
> 
> Yikes, another one of those modules that scatters its data files
> over the installation. I wonder why this hasn't come up earlier,
> since Unicode::UCD is in Perl core since 5.7.3. Anyway, its
> search strategy for a data file with path @path is
> 
>         for my $d (@INC) {
>             use File::Spec;
>             $f = File::Spec->catfile($d, "unicore", @path);
>             last if open($$rfh, $f);
>         }
> 
> (and all data files seem to have the suffix .txt). The attached
> patch fo Module::ScanDeps should do the trick.

Dear,

Thank you for your patch. Now I have this error message when I execute
my test.exe :

Can't locate PerlIO.pm in @INC (@INC contains:
C:\Users\beline\AppData\Local\Temp\par-beline\cache-31b4270c10dbd27682a5add65c
2321943bd7f61d\inc\lib
C:\Users\beline\AppData\Local\Temp\par-beline\cache-31b4270c10dbd27682a5add65c2321943bd7f61d\inc
CODE(
0x28cdbec) CODE(0x28cdeec)) at PDF/API2.pm line 212.
BEGIN failed--compilation aborted.

Best regards,

djibril

Reply via email to