Make a test TODO
[gitmo/Mouse.git] / lib / Mouse.pm
index a18bef8..9b01f93 100644 (file)
@@ -1,10 +1,12 @@
 package Mouse;
+use 5.006_002;
+
 use strict;
 use warnings;
-use 5.006;
+
 use base 'Exporter';
 
-our $VERSION = '0.33';
+our $VERSION = '0.33_01';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';