X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=8815ba0e3c29eec02829cbce86dd241104a1b786;hb=e9aeaeb6305b3635e822430527beec873e2b9c47;hp=16ed57ac7da4940f88eac8e5caf28da677549bab;hpb=5a0d49213abe7095b652c725efaad35cff6e24b9;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/Build.PL b/Build.PL index 16ed57a..8815ba0 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.74', }, - create_makefile_pl => 'passthrough', + build_requires => { + 'Test::More' => '0.88', + }, + create_makefile_pl => 'traditional', create_readme => 1, sign => 1, );