--- cvsroot/Async-Interrupt/Interrupt.pm 2009/09/22 01:35:51 1.24 +++ cvsroot/Async-Interrupt/Interrupt.pm 2009/11/24 15:51:35 1.25 @@ -238,7 +238,7 @@ # etc. will be null pointers. $SIG{KILL} = sub { }; - our $VERSION = '1.02'; + our $VERSION = '1.03'; require XSLoader; XSLoader::load ("Async::Interrupt", $VERSION);