--- AnyEvent/lib/AnyEvent.pm 2011/10/04 05:34:50 1.389 +++ AnyEvent/lib/AnyEvent.pm 2012/01/12 06:27:44 1.394 @@ -1235,7 +1235,7 @@ use Carp (); -our $VERSION = '6.02'; +our $VERSION = '6.13'; our $MODEL; our @ISA; our @REGISTRY; @@ -1397,8 +1397,8 @@ # the author knows about the problems and what it does to AnyEvent as a whole # (and the ability of others to use AnyEvent), but simply wants to abuse AnyEvent # anyway. - AnyEvent::log fatal => "AnyEvent: IO::Async::Loop::AnyEvent detected - this module is broken by design,\n" - . "abuses internals and breaks AnyEvent, will not continue." + AnyEvent::log fatal => "AnyEvent: IO::Async::Loop::AnyEvent detected - that module is broken by\n" + . "design, abuses internals and breaks AnyEvent - will not continue." if exists $INC{"IO/Async/Loop/AnyEvent.pm"}; local $!; # for good measure @@ -1434,6 +1434,8 @@ AnyEvent::log 7 => "autodetected model '$model', using it."; $MODEL = $model; last; + } else { + AnyEvent::log 8 => "detected event loop $package, but cannot load '$model', skipping: $@"; } } }