make this work with (and require) latest Moose, 0.51
[gitmo/MooseX-StrictConstructor.git] / Build.PL
index 5710f77..e1fd756 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -8,7 +8,7 @@ use Module::Build;
 my $builder = Module::Build->new
     ( module_name        => 'MooseX::StrictConstructor',
       license            => 'perl',
-      requires           => { 'Moose'      => 0.26,
+      requires           => { 'Moose'      => 0.51,
                               'Test::More' => 0,
                             },
       create_makefile_pl => 'passthrough',