Sun Mar 28 08:43:12 2010: Request 56020 was acted upon.
Transaction: Ticket created by DJIBEL
       Queue: PAR-Packer
     Subject: PAR::Packer and PDF::API2 Unicode::UCD: failed to find
 UnicodeData.txt
   Broken in: 1.002
    Severity: Critical
       Owner: Nobody
  Requestors: dji...@cpan.org
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=56020 >


Dear,

I have this script which use PDF::API2 (0.73) :
#!/usr/bin/perl
use strict;
use warnings;

use PDF::API2;

  pp -o test.exe test.pl
The packaging is ok, but when i execute this test.exe I have this error
message :
 
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) at
PDF/API2/Resource/Font/BdFont.pm line 45
Compilation failed in require at PDF/API2/Resource/Font/BdFont.pm line 45.
BEGIN failed--compilation aborted at PDF/API2/Resource/Font/BdFont.pm
line 45.
Compilation failed in require at PDF/API2.pm line 67.
BEGIN failed--compilation aborted at PDF/API2.pm line 67.
Compilation failed in require at script/pdfpar.pl line 5.
BEGIN failed--compilation aborted at script/pdfpar.pl line 5.

In my computer, I don't have this file UnicodeData.txt.

Best Regards,

Djibril

Reply via email to