NAME
wxpar
VERSION
Version 0.09
SYNOPSIS
PAR assistant
At the start of your script ...
#!c:path/to/perl.exe
BEGIN { use Wx::Perl::Packager; }
.....
Then to start pp run 'wxpar' exactly as you would run pp.
e.g. wxpar --gui --icon=myicon.ico -o myprog.exe myscript.pl
DESCRIPTION
A module to assist packaging Wx based applications with PAR,
ActiveState PerlApp / PDK and Perl2Exe. All that is needed is
that you include a 'use' statement as the first item in your
BEGIN blocks. For Perl2Exe, an additional 'use' statement
outside any BEGIN block ensures correct object cleanup.
Also provided are:
wxpdk
wxpar
which assist in packaging the wxWidgets DLLs.