?b ä, 2003-10-24 13:25, Matthew Braid ?g?D?G 
> Hi all,
> I tried specifying the extra file with the following command lines:
> 1) pp -p -B -I
> /usr/local/lib/perl5/site_perl/5.8.1/i382-freebsd-64int/Tk/ -M
> openfolder.xpm test.pl

This will not work because -I only affect module files.

> 2) pp -p -B -M
> /usr/local/lib/perl5/site_perl/5.8.1/i382-freebsd-64int/Tk/openfolder.xpm test.pl

This now works with the snapshot version (0.76-tobe). :-)

> The only way I can see around this (other than manually tweaking the
> .par file) would be if you could specify _where_ pp stored a
> particular -M'd file in the .par's tree. For instance, if I could have
> told pp to store openfolder.xpm in /lib/Tk all would be good.

Well, no.  What I did (see PAR::Filter::PatchContent) is to patch Tk's
findINC() to search in both /Tk/* and /* inside the PAR file.

I'd be happy if you can test the snap version:
        http://p4.elixus.org/snap/PAR.tar.gz
and see if it indeed works for you.

Thanks,
/Autrijus/

Attachment: signature.asc
Description: =?UTF-8?Q?=E9=80=99=E6=98=AF=E6=95=B8=E4=BD=8D=E5=8A=A0=E7=B0=BD?= =?UTF-8?Q?=E7=9A=84=E9=83=B5?= =?UTF-8?Q?=E4=BB=B6?=

Reply via email to