Hi, all. I am porting a product that uses perl from Win32 to Mac OS X. On Windows, I use ActiveState's perlapp to make a stand-alone executable. I've been looking for a solution for OS X, and PAR seems to be it. Of course, OS X comes with perl pre-installed, so I can always just ship my scripts, but I'd prefer a single-executable format for a variety of reasons. I'm happy to depend on the pre-installed libperl.so, though.
Is PAR ready for this task, or is it not yet reliable enough? I ran "pp -o myapp myapp.pl" and it generated an executable. I've testd it a little bit, and it seems to work perfectly. I haven't hammered on it yet. Is this too good to be true, or do I owe Autrijus a major "Thank-You!"? Thanks, Barry
