From: Graham Knop Date: Tue, 19 Apr 2016 11:55:21 +0000 (-0400) Subject: fix develop prereqs X-Git-Tag: v0.31~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=commitdiff_plain;h=1ac363ae8ce28f714902c7c4f31515fe9aede255 fix develop prereqs --- diff --git a/Makefile.PL b/Makefile.PL index 2bbaa13..309b02e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -25,13 +25,11 @@ my %META = ( 'perl' => 5.006, }, }, - develop => { - requires => { map { $_ => 0 } qw( - indirect multidimensional bareword::filehandles - Moose Mouse namespace::clean namespace::autoclean - MooseX::Types::Common::Numeric - Type::Tiny - ) }, + develop => { + requires => { + 'Test::Pod' => 1.14, + 'Test::Pod::Coverage' => 1.04, + }, }, }, resources => {