Wx-Package-Win32

Version 0.01.

Package to ease wxPerl application packaging with PAR and 
PerlApp/PDK on MSWin32.
Just include in BEGIN block at top of main script.

BEGIN { use Wx::Package::Win32; }


REQUIRES >= Perl 5.8.1
         >= Wx   0.27


INSTALLATION

To install this module, using VC6 run the following commands

    perl Makefile.PL
    nmake
    nmake test
    nmake install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc Wx::Package::Win32

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Wx-Package-Win32

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Wx-Package-Win32

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Wx-Package-Win32

    CPAN Ratings:
        http://cpanratings.perl.org/d/Wx-Package-Win32

COPYRIGHT AND LICENCE

Copyright (C) 2006 Mark Dootson

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
