[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

AnyEvent 6.140



We seem to be getting a suspicious warning with the latest version of
AnyEvent (see b.txt). Also I attach a patch for a spelling error.

-- 
Nicholas Bamber | http://www.periapt.co.uk/
PGP key 3BFFE73C from pgp.mit.edu
t/66_ioasync_09_multi.t ..... ok     
t/67_tk_01_basic.t .......... ok   
t/67_tk_02_signals.t ........ 1/5 	(in cleanup) Can't call method "fileevent" on an undefined value at /home/nicholas/debian/git/libanyevent-perl/blib/lib/AnyEvent/Impl/Tk.pm line 89 during global destruction.
t/67_tk_02_signals.t ........ ok   
t/67_tk_03_child.t .......... 1/50 	(in cleanup) Can't call method "fileevent" on an undefined value at /home/nicholas/debian/git/libanyevent-perl/blib/lib/AnyEvent/Impl/Tk.pm line 89 during global destruction.
t/67_tk_03_child.t .......... ok     
t/67_tk_04_condvar.t ........ ok     
t/67_tk_05_dns.t ............ 1/5 	(in cleanup) Can't call method "fileevent" on an undefined value at /home/nicholas/debian/git/libanyevent-perl/blib/lib/AnyEvent/Impl/Tk.pm line 89 during global destruction.
	(in cleanup) Can't call method "fileevent" on an undefined value at /home/nicholas/debian/git/libanyevent-perl/blib/lib/AnyEvent/Impl/Tk.pm line 89 during global destruction.

Description: Fix a spelling error found by lintian
Origin: vendor
Author: Alessandro Ghedini <al3xbio@gmail.com>
Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>
Last-Update: 2012-02-02
Forwarded: no
--- a/lib/AnyEvent.pm
+++ b/lib/AnyEvent.pm
@@ -434,7 +434,7 @@
 C libraries for this. AnyEvent will try to do its best, which
 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
+be overridden via C<$ENV{PERL_ANYEVENT_MAX_SIGNAL_LATENCY}> or
 C<$AnyEvent::MAX_SIGNAL_LATENCY> - see the Ã?<ENVIRONMENT VARIABLES>
 section for details.
 

Reply to: