The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Wx::Package::Win32

VERSION

Version 0.05

SYNOPSIS

    For PerlApp and PAR

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

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

    ...
    
    
    my $environment = Wx::Package::Win32::runtime();
    
    returns PDKCHECK|PERLAPP|PARLAPP|PERL2EXE|PERL
    
    

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. 
    

AUTHOR

Mark Dootson, <mdootson at cpan.org>

BUGS

Please report any bugs or feature requests to bug-wx-package-win32 at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Wx-Package-Win32. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

DOCUMENTATION

You can find documentation for this module with the perldoc command.

    perldoc Wx::Package::Win32

You can also look for information at:

ACKNOWLEDGEMENTS

Mattia Barbon for wxPerl.

Ferdinand Prantl <prantl@host.sk> for Win32::ToolHelp module from which loaded module enumeration method was learned.

COPYRIGHT & LICENSE

Copyright 2006 Mark Dootson, all rights reserved.

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