X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=9c38568813303a103d94ba493809b947e421c3ce;hb=12a0d4dbb8ea8fb1d6c9df72ae983cc45674727c;hp=b1dc9db6370054925ae25b0df0b748c3190bfd43;hpb=4c4accf6b978ef42720771a149b3dd82ce167815;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/Build.PL b/Build.PL index b1dc9db..9c38568 100644 --- a/Build.PL +++ b/Build.PL @@ -7,14 +7,14 @@ my $builder = Module::Build->new( module_name => 'MooseX::ClassAttribute', license => 'perl', requires => { - 'Moose' => '0.97', + 'Moose' => '0.98', 'namespace::autoclean' => '0', }, build_requires => { 'Scalar::Util' => '0', 'Test::More' => '0.88', }, - create_makefile_pl => 'passthrough', + create_makefile_pl => 'traditional', create_readme => 1, sign => 1, );