X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a399b45fbccd4802fa75edc9d824b1bdbaa86c76;hb=1915f1de9f113ada24cfd55753612351443f492a;hp=2bbaa135bbc315c4291b5cddb0196f7f2d9e81e5;hpb=38787c2940b3ad3589a94822dd18782a5331b978;p=gitmo%2FClass-C3.git diff --git a/Makefile.PL b/Makefile.PL index 2bbaa13..a399b45 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 => { @@ -69,7 +67,7 @@ sub is_smoker { ## BOILERPLATE ############################################################### require ExtUtils::MakeMaker; -(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; +(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; # have to do this since old EUMM dev releases miss the eval $VERSION line my $eumm_version = eval $ExtUtils::MakeMaker::VERSION;