--- AnyEvent/lib/AnyEvent.pm 2012/01/12 06:27:44 1.394 +++ 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.13'; +our $VERSION = '6.14'; our $MODEL; our @ISA; our @REGISTRY;