NAME
wxpdk
VERSION
Version 0.09
SYNOPSIS
PerlAPP / PDK assistant
At the start of your script ...
#!c:path/to/perl.exe
BEGIN { use Wx::Perl::Packager; }
.....
Then to start perlapp run 'wxpdk'
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.