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

Changes for version 2.5 - 2006-12-11

  • avoid $AUTOLOAD because many perls corrupt it.
  • AnyEvent::detect forces autodetection.
  • implement signal watchers (experimental) (Tk does not support async signals (<= 804.027 at least), so they might get delayed indefinitely on Tk).
  • implement child watchers (experimental).
  • moved default condvar implementation into base module, simplifying most implementation modules.

Modules

provide framework for multiple event loops

Provides

in lib/AnyEvent.pm
in lib/AnyEvent/Impl/Coro.pm
in lib/AnyEvent/Impl/Event.pm
in lib/AnyEvent/Impl/Glib.pm
in lib/AnyEvent/Impl/Perl.pm
in lib/AnyEvent/Impl/Tk.pm