--- AnyEvent/lib/AnyEvent.pm 2011/11/22 09:36:46 1.392 +++ AnyEvent/lib/AnyEvent.pm 2012/03/10 17:36:24 1.396 @@ -435,7 +435,7 @@ means in some cases, signals will be delayed. The maximum time a signal might be delayed is 10 seconds by default, but can be overriden via C<$ENV{PERL_ANYEVENT_MAX_SIGNAL_LATENCY}> or -C<$AnyEvent::MAX_SIGNAL_LATENCY> - see the Ö +C<$AnyEvent::MAX_SIGNAL_LATENCY> - see the L section for details. All these problems can be avoided by installing the optional @@ -1235,7 +1235,7 @@ use Carp (); -our $VERSION = '6.11'; +our $VERSION = '6.14'; our $MODEL; our @ISA; our @REGISTRY;