The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Padre::Wx::Role::Conduit - Role to allows an object to receive Wx events

DESCRIPTION

This is a role that provides the functionality needed to receive Wx thread events.

However, you should only use this role once, in the parent process.

It is implemented as a role so that the functionality can be used across the main process and various testing classes (and will be easier to turn into a CPAN spinoff later).