--- AnyEvent/lib/AnyEvent.pm 2007/03/07 17:37:24 1.23 +++ AnyEvent/lib/AnyEvent.pm 2007/04/11 00:36:59 1.25 @@ -247,6 +247,7 @@ no warnings; use strict; + use Carp; our $VERSION = '2.52'; @@ -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