v string not portable
[gitmo/Mouse.git] / lib / Mouse.pm
index 35acad9..ab3e480 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 our $VERSION = '0.01';
-use 5.6.0;
+use 5.006;
 
 use Sub::Exporter;
 use Carp 'confess';