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

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

  L<AnyEvent>.

AUTHOR

 Marc Lehmann <schmorp@schmorp.de>
 http://home.schmorp.de/