--- AnyEvent/lib/AnyEvent.pm 2007/11/09 19:34:32 1.33 +++ AnyEvent/lib/AnyEvent.pm 2007/11/16 09:13:11 1.36 @@ -72,7 +72,7 @@ C the Perl I (not filedescriptor) to watch for events. C must be a string that is either C or C, that creates -a watcher waiting for "r"eadable or "w"ritable events. C teh callback +a watcher waiting for "r"eadable or "w"ritable events. C the callback to invoke everytime the filehandle becomes ready. Only one io watcher per C and C combination is allowed (i.e. on @@ -254,7 +254,7 @@ use Carp; -our $VERSION = '2.55'; +our $VERSION = '2.6'; our $MODEL; our $AUTOLOAD; @@ -307,7 +307,7 @@ } $MODEL - or die "No event module selected for AnyEvent and autodetect failed. Install any one of these modules: Event (or Coro+Event), Glib or Tk."; + or die "No event module selected for AnyEvent and autodetect failed. Install any one of these modules: EV (or Coro+EV), Event (or Coro+Event), Glib or Tk."; } unshift @ISA, $MODEL;