From: Dave Rolsky Date: Sun, 4 Apr 2010 02:36:05 +0000 (-0500) Subject: Require Moose 0.94 X-Git-Tag: v0.09~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-StrictConstructor.git;a=commitdiff_plain;h=abe810fc378cb820099b722b83f9e9f2c3c1f04b Require Moose 0.94 --- 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',