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

NAME

IO::Async::Loop::IO_Poll - compatibility wrapper for IO::Async::Loop::Poll

DESCRIPTION

This class is a compatibility wrapper for programs that expect to find the Loop subclass which uses IO::Poll under this name. It was renamed to IO::Async::Loop::Poll. The API is exactly the same, only under a different name.

Any program still referring to this class directly should be changed. This object constructor will print a warning when the object is created.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>