X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=7e6ecbdaed2b67b549a3f213d8a1cbd114747606;hb=d2d0fb5ec1ca61dbf8a44dd87fe3fa9ef112e50c;hp=87bb2080b5df953442c6c52058f0a04baf6d6d21;hpb=0c61e88b77a0b8537495e6bb3fb893136453b35d;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/Build.PL b/Build.PL index 87bb208..7e6ecbd 100644 --- a/Build.PL +++ b/Build.PL @@ -1,13 +1,15 @@ use strict; use warnings; +require 5.008; + use Module::Build; my $builder = Module::Build->new ( module_name => 'MooseX::StrictConstructor', license => 'perl', - requires => { 'Moose' => 0, - 'Test::More' => 0, + requires => { 'Moose' => '0.74', + 'Test::More' => '0', }, create_makefile_pl => 'passthrough', create_readme => 1,