X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=e8abd5d7de8374c950242b5a578ae9d481a72701;hb=abe810fc378cb820099b722b83f9e9f2c3c1f04b;hp=8815ba0e3c29eec02829cbce86dd241104a1b786;hpb=e9aeaeb6305b3635e822430527beec873e2b9c47;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/Build.PL b/Build.PL index 8815ba0..e8abd5d 100644 --- a/Build.PL +++ b/Build.PL @@ -9,7 +9,7 @@ my $builder = Module::Build->new( module_name => 'MooseX::StrictConstructor', license => 'perl', requires => { - 'Moose' => '0.74', + 'Moose' => '0.94', }, build_requires => { 'Test::More' => '0.88',