Fri Jul 23 12:47:55 2010: Request 58093 was acted upon.
Transaction: Correspondence added by kalo...@digsys.bg
       Queue: PAR-Packer
     Subject: [rt.cpan.org #58093] Par-Packer not including all dependencies
   Broken in: (no value)
    Severity: (no value)
       Owner: RSCHUPP
  Requestors: stephen.com...@gmail.com
      Status: resolved
 Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=58093 >


Hello.
I follow the ticket and find out that the problem is not solved:

[~/TestScript/tmp]$ pp -o ucd.exe -e "use Unicode::UCD qw(charinfo); my
$i = charinfo(0x42); print $i->{name};"
[~/TestScript/tmp]$ ./ucd.exe
Unicode::UCD: failed to find UnicodeData.txt in CODE(0x802e083d8)
CODE(0x8028e4420) CODE(0x8028e48a0) at script/ppSf5Yf.pl line 1
Compilation failed in require at script/ppSf5Yf.pl line 1.
BEGIN failed--compilation aborted at script/ppSf5Yf.pl line 1.

And the other example:


[~/TestScript/tmp]$ cat test.pl
#!/usr/bin/perl
use strict;
use warnings;
use Carp;

use PDF::API2;

print "Hello";
[~/TestScript/tmp]$ pp test.pl
[~/TestScript/tmp]$ ./a.out
Unicode::UCD: failed to find UnicodeData.txt in CODE(0x802f2f2d0)
CODE(0x8028dcc90) CODE(0x8028ae938) 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/test.pl line 6.
BEGIN failed--compilation aborted at script/test.pl line 6.


[$]perl -v

This is perl, v5.10.1 (*) built for amd64-freebsd-thread-multi

Any help will be appreciated.

Thanks in advance.

Kaloyan

P.S. The patch is not needed. I check my ScanDeps.pm and the patch is
already there.




Reply via email to