--- AnyEvent/lib/AnyEvent.pm 2011/02/24 12:04:20 1.348 +++ AnyEvent/lib/AnyEvent.pm 2011/07/04 21:14:42 1.349 @@ -880,6 +880,7 @@ AnyEvent::Impl::Irssi used when running within irssi. AnyEvent::Impl::IOAsync based on IO::Async. AnyEvent::Impl::Cocoa based on Cocoa::EventLoop. + AnyEvent::Impl::FLTK based on FLTK. =item Backends with special needs. @@ -1163,7 +1164,7 @@ use Carp (); -our $VERSION = '5.33'; +our $VERSION = '5.34'; our $MODEL; our $AUTOLOAD; @@ -1213,6 +1214,7 @@ [Prima:: => AnyEvent::Impl::POE::], [IO::Async::Loop:: => AnyEvent::Impl::IOAsync::], [Cocoa::EventLoop:: => AnyEvent::Impl::Cocoa::], + [FLTK:: => AnyEvent::Impl::FLTK::], ); our %method = map +($_ => 1),