--- AnyEvent/lib/AnyEvent.pm 2006/01/08 04:20:05 1.8 +++ AnyEvent/lib/AnyEvent.pm 2006/07/20 01:32:11 1.11 @@ -70,7 +70,7 @@ use strict 'vars'; use Carp; -our $VERSION = '1.0'; +our $VERSION = '1.02'; our $MODEL; our $AUTOLOAD; @@ -137,7 +137,7 @@ If you need to support another event library which isn't directly supported by AnyEvent, you can supply your own interface to it by -pushing, before the first watch gets created, the package name of +pushing, before the first watcher gets created, the package name of the event module and the package name of the interface to use onto C<@AnyEvent::REGISTRY>. You can do that before and even without loading AnyEvent.