--- AnyEvent/lib/AnyEvent.pm 2008/04/25 01:55:25 1.61 +++ AnyEvent/lib/AnyEvent.pm 2008/04/25 02:03:18 1.62 @@ -371,9 +371,12 @@ watching file handles. However, you can use WxWidgets through the POE Adaptor, as POE has a Wx backend that simply polls 20 times per second, which was considered to be too horrible to even consider for -AnyEvent. Likewise, other POE backends can be used by Anyevent by using +AnyEvent. Likewise, other POE backends can be used by AnyEvent by using it's adaptor. +AnyEvent knows about L and L and will try to use L when +autodetecting them. + =item AnyEvent::detect Returns C<$AnyEvent::MODEL>, forcing autodetection of the event model @@ -450,6 +453,8 @@ [Event:: => AnyEvent::Impl::Event::], [Glib:: => AnyEvent::Impl::Glib::], [Tk:: => AnyEvent::Impl::Tk::], + [Wx:: => AnyEvent::Impl::POE::], + [Prima:: => AnyEvent::Impl::POE::], [AnyEvent::Impl::Perl:: => AnyEvent::Impl::Perl::], # everything below here will not be autoprobed as the pureperl backend should work everywhere [Event::Lib:: => AnyEvent::Impl::EventLib::], # too buggy