bump version and deps for 0.07
[gitmo/MooseX-StrictConstructor.git] / lib / MooseX / StrictConstructor.pm
index 7faa178..1f58bb1 100644 (file)
@@ -3,11 +3,11 @@ package MooseX::StrictConstructor;
 use strict;
 use warnings;
 
-our $VERSION = '0.06_02';
+our $VERSION = '0.07';
 $VERSION = eval $VERSION;
 
 use Class::MOP ();
-use Moose 0.5504 ();
+use Moose 0.56 ();
 use Moose::Exporter;
 use Moose::Util::MetaRole;
 use MooseX::StrictConstructor::Role::Object;