--- AnyEvent/lib/AnyEvent.pm 2007/03/07 17:37:24 1.23 +++ AnyEvent/lib/AnyEvent.pm 2007/07/18 15:39:08 1.27 @@ -247,9 +247,10 @@ no warnings; use strict; + use Carp; -our $VERSION = '2.52'; +our $VERSION = '2.54'; our $MODEL; our $AUTOLOAD; @@ -441,7 +442,7 @@ I also cheats a bit by not providing blocking access to condition variables: code blocking while waiting for a condition will C. This still works with most modules/usages, and blocking calls must -not be in an interactive appliation, so it makes sense. +not be in an interactive application, so it makes sense. =head1 ENVIRONMENT VARIABLES