Make sure to work on 5.6.2
[gitmo/Mouse.git] / lib / Mouse.pm
index 6c09a77..9b01f93 100644 (file)
@@ -1,7 +1,9 @@
 package Mouse;
+use 5.006_002;
+
 use strict;
 use warnings;
-use 5.006;
+
 use base 'Exporter';
 
 our $VERSION = '0.33_01';