Bump to 0.15
[gitmo/Mouse.git] / lib / Mouse.pm
index 2be14ae..72d6ba3 100644 (file)
@@ -4,8 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.14';
-use 5.006;
+our $VERSION = '0.15';
 
 BEGIN {
     if ($ENV{MOUSE_DEBUG}) {