sub skip_tests {
return ``IO::Poll is not 100% compatible with $^O'' if (
$^O eq ``MSWin32'' and not $ENV{POE_DANTIC}
);
return ``IO::Poll tests require the IO::Poll module'' if (
do { eval ``use IO::Poll''; $@ }
);
}
POE::Loop::IO_Poll - a bridge that allows POE to be driven by IO::Poll
See the POE::Loop manpage.
POE::Loop::IO_Poll implements the interface documented in the POE::Loop manpage.
Therefore it has no documentation of its own. Please see the POE::Loop manpage
for more details.
POE, the POE::Loop manpage, the IO::Poll manpage, the POE::Loop::PerlSignals manpage
Please see POE for more information about authors, contributors,
and POE's licensing.
|