in reply to Re^3: Building a Mojolicious app with PAR::Packer
in thread Building a Mojolicious app with PAR::Packer

Hello all.

Did you also experience this kind of error messages with Mojo ? (Did'nt get rid of even while including or creating by hand the epl files)
Can't open file "Mojolicious\templates\exception.html.ep": No such fil +e or directory at Mojo/Home.pm line 119. Compilation failed in require at Mojolicious.pm line 6. BEGIN failed--compilation aborted at Mojolicious.pm line 6. Compilation failed in require at Mojo/Base.pm line 32.

Replies are listed 'Best First'.
Re^5: Building a Mojolicious app with PAR::Packer
by jfbaillette (Initiate) on Mar 03, 2012 at 19:46 UTC

    One solution with PAR::Packer and pp.

    Add the following option to your compile command line :

    C:\strawberry\perl\bin\perl.exe "C:\strawberry\perl\site\bin\pp.bat" +--output="<your_script>.exe" --log="<your_script>.pp.log" --verbose=3 + --cachedeps="<somewhere_tmp>\ppcache" --info FileVersion="0.0.0.0" - +-info ProductVersion="0.0.0.0" --compress 6 --addfile="C:\strawberry\ +perl\site\lib\Mojolicious;Mojolicious" --bundle --save "<you_script>. +pl"