From: Dave Rolsky Date: Mon, 21 Jan 2008 23:55:34 +0000 (+0000) Subject: Require Moose 0.34 X-Git-Tag: 0.04~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-ClassAttribute.git;a=commitdiff_plain;h=2a51fae38ba38b1e4ecde72da8719353b8916172 Require Moose 0.34 --- diff --git a/Build.PL b/Build.PL index 9c80121..5656d7d 100644 --- a/Build.PL +++ b/Build.PL @@ -8,7 +8,7 @@ my $builder = Module::Build->new license => 'perl', requires => { 'B' => 0, 'Exporter' => 0, - 'Moose' => 0.26, + 'Moose' => 0.34, 'Sub::Name' => 0, }, build_requires => { 'Scalar::Util' => 0,