--- cvsroot/Async-Interrupt/Interrupt.pm 2009/07/12 16:33:26 1.9 +++ cvsroot/Async-Interrupt/Interrupt.pm 2009/07/12 23:03:36 1.10 @@ -96,10 +96,10 @@ package Async::Interrupt; -no warnings; +use common::sense; BEGIN { - $VERSION = '0.041'; + our $VERSION = '0.041'; require XSLoader; XSLoader::load Async::Interrupt::, $VERSION;