More tweaks
[gitmo/Mouse.git] / lib / Mouse.pm
index 2f61610..cb8fcd0 100644 (file)
@@ -1,15 +1,13 @@
-
 package Mouse;
 use strict;
 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 {