[Catalyst] Full PAR support!
    Sebastian Riedel 
    sri at oook.de
       
    Wed Nov 23 02:53:46 CET 2005
    
    
  
We have now full PAR support in trunk, 5.57 had some bugs...
Here is a example myapp binary for Mac OS X 10.4, it includes the  
app, all prereqs and a Perl interpreter.
     http://files.oook.de/myapp-osx
To build your own just follow these steps. :)
1. catalyst.pl MyApp
2. Add these lines to Makefile.PL
     catalyst_par_core();
     catalyst_par_script('script/myapp_server.pl');
     catalyst_par();
3. perl Makefile.PL; make test; perl Makefile.PL
4. pp -o myapp myapp.par
5. Enjoy your very own myapp binary!
Yes, this should work on Windows too, steps just need some small  
adjustments.
--
sebastian
    
    
More information about the Catalyst
mailing list