Bring shika-based up to trunk
[gitmo/Mouse.git] / lib / Mouse.pm
index 2f61610..1887893 100644 (file)
@@ -5,11 +5,10 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION;
+our $VERSION = '0.13';
+use 5.006;
 
 BEGIN {
-    $VERSION  = '0.12';
-
     if ($ENV{MOUSE_DEBUG}) {
         *DEBUG = sub (){ 1 };
     } else {