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

sub skip_tests { return "Event tests require the Event module" if ( do { eval "use Event"; $@ } ); my $test_name = shift; if ($test_name eq "k_signals_rerun" and $^O eq "MSWin32") { return "This test crashes Perl when run with Tk on $^O"; } }

NAME

POE::Loop::Event - a bridge that supports Event.pm from POE

SYNOPSIS

See POE::Loop.

DESCRIPTION

This class is an implementation of the abstract POE::Loop interface. It follows POE::Loop's public interface exactly. Therefore, please see POE::Loop for its documentation.

SEE ALSO

POE, POE::Loop, Event

AUTHORS & LICENSING

Please see POE for more information about authors, contributors, and POE's licensing.