>> AmphetaDesk, a crossplatform RSS reader that has
>> been downloaded 100,000+ times.
>
>Heya!  I'm one of the 100,000+ users, and I'm very
>happy that you find PAR helpful. :-)

Now, that I didn't know, and that rules <g>...

>Hey, that's a great idea, to simply rename the par.exe
>to whatever name being passed to "pp -o" during packaging.
>I'll implement this right away for the next version.

Excellent! Thank you!

>>     How does PAR handle @INC and push'd directories?
>
>Normally.  By that I mean if you put:
>
>    use lib './lib';

Sorta. I actually do, what seems to be, a more compatible:

  use lib;                    # (perl2exe needed this. details avail. ) #
  use FindBin qw($Bin);
  use File::Spec::Functions;
  BEGIN { unshift(@INC, catdir($Bin, "lib")); }


-- Morbus Iff ( i put the demon back in codemonkey ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Spidering Hacks: http://amazon.com/exec/obidos/ASIN/0596005776/disobeycom icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus



Reply via email to