NAME
AnyEvent::Impl::Perl - Pure-Perl event loop and AnyEvent adaptor for itself
SYNOPSIS
use AnyEvent;
# use AnyEvent::Impl::Perl;
# this module gets loaded automatically as required
DESCRIPTION
This module provides transparent support for AnyEvent in case no other event loop could be found or loaded. You don't have to do anything to make it work with AnyEvent except by possibly loading it before creating the first AnyEvent watcher.
If you want to use this module instead of autoloading another event loop you can simply load it before creating the first watcher.
SEE ALSO
AUTHOR
Marc Lehmann <schmorp@schmorp.de>
http://home.schmorp.de/