--- cvsroot/Async-Interrupt/Interrupt.pm 2019/07/18 09:13:00 1.39 +++ cvsroot/Async-Interrupt/Interrupt.pm 2020/04/27 11:34:31 1.40 @@ -238,7 +238,7 @@ # etc. might be null pointers. $SIG{KILL} = sub { }; - our $VERSION = 1.25; + our $VERSION = 1.26; require XSLoader; XSLoader::load ("Async::Interrupt", $VERSION);