Subject: | Par-Packer not including all dependencies |
Hi,
I recently installed Strawberry Perl 5.12.0.1 on my Windows XP 32 bit
machine. I'm trying to use Par::Packer to create a .exe for a perl
package. I'm using the standard command: pp -o foo.exe foo.pl
The executable itself is created properly, however, when I try running
the .exe file, I get the following message:
Can't locate unicore/Heavy.pl in @INC (@INC contaings
C:\DOCUME~1\me\LOCALS~1\Temp\par-me\cache-(...)\inc\lib
C:\DOCUME~1\me\LOCALS~1\Temp\par-me\cache-(...)\inc CODE(0x1260444)
CODE(0x1260744)) at utf8_heavy.pl line 96.
Font -*-Helvetica-Medium-R-Normal--*-200-*-*-*-*-*-* still in cache.
I have a workaround for this by copying the directory
C:\Strawberry\perl\lib\unicore to
C:\DOCUME~1\me\LOCALS~1\Temp\par-me\cache-(...)\inc\lib
Is there any better way to make sure that it's included?
(My apologies if this is a simple question - I'm just getting into Perl
development).
Thanks,
~Steve