--- cvsroot/Async-Interrupt/Interrupt.pm 2009/11/24 15:51:35 1.25 +++ cvsroot/Async-Interrupt/Interrupt.pm 2010/03/31 00:47:11 1.26 @@ -238,7 +238,7 @@ # etc. will be null pointers. $SIG{KILL} = sub { }; - our $VERSION = '1.03'; + our $VERSION = '1.04'; require XSLoader; XSLoader::load ("Async::Interrupt", $VERSION);