Hi,
Install latest Wx::Perl::Packager from cpan or PPMs at http://www.wxperl.co.uk.
Then, at top of your script:
use Wx::Perl::Packager;
That is it.
The only thing that won't work is that you can't use the --dyndll option with
PDK.
Regards
Mark
Octavian Rasnita wrote:
> Hi,
>
> I am trying to pack a WxPerl app with perlapp 7 and I've read that I
> need to put the following line at the beginning of the program:
>
> BEGIN {use Wx::Perl::Packager::PDK;}
>
> But if I try to run it, it gives an error telling that this module
> cannot be found. I've tried to install it using ppm and cpan, but I
> couldn't find it.
>
> Can you please tell me if the method that should be used for packaging
> with PDK changed?
>
> Thank you.
>
> Octavian
>