X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=e8abd5d7de8374c950242b5a578ae9d481a72701;hb=abe810fc378cb820099b722b83f9e9f2c3c1f04b;hp=16ed57ac7da4940f88eac8e5caf28da677549bab;hpb=5a0d49213abe7095b652c725efaad35cff6e24b9;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/Build.PL b/Build.PL index 16ed57a..e8abd5d 100644 --- a/Build.PL +++ b/Build.PL @@ -9,10 +9,12 @@ my $builder = Module::Build->new( module_name => 'MooseX::StrictConstructor', license => 'perl', requires => { - 'Moose' => '0.74', - 'Test::More' => '0', + 'Moose' => '0.94', }, - create_makefile_pl => 'passthrough', + build_requires => { + 'Test::More' => '0.88', + }, + create_makefile_pl => 'traditional', create_readme => 1, sign => 1, );