X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=dd795f6d8afc751d2a8a8ee23820d48f3a6d162d;hb=5591a7859c38d4279bdae183b9f1e9f270170e8f;hp=b43340af7967ffe2d272c8f81c4d41d6746a8a7f;hpb=2caed2d15cf2578fe13a210c5921cd97aabc28aa;p=p5sagit%2FDevel-Declare.git diff --git a/Makefile.PL b/Makefile.PL index b43340a..dd795f6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,6 +20,8 @@ configure_requires 'ExtUtils::Depends' => 0.302; # minimum version that depends on ExtUtils::Depends 0.302 configure_requires 'B::Hooks::OP::Check' => '0.18'; +test_requires 'Test::More' => '0.88'; + repository 'git://github.com/rafl/devel-declare.git'; postamble(<<'EOM');