X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=dd795f6d8afc751d2a8a8ee23820d48f3a6d162d;hb=499109e04253181d44f945b645a1111fc6195c39;hp=0fc1ac63f96fdcc2db13b1826b3f6e201c20f253;hpb=c7fa6ac81cadd56e406b83997657e9640fbf3dda;p=p5sagit%2FDevel-Declare.git diff --git a/Makefile.PL b/Makefile.PL index 0fc1ac6..dd795f6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,6 +20,10 @@ 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'); $(OBJECT) : stolen_chunk_of_toke.c EOM