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