X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a565faced6b63100086c5c271393660dd4e20af1;hb=381475799f04145f9eb980eaee063d72b2b7c680;hp=47364876b13f7a82601e457901b36de1c998f141;hpb=8b5ec61e46c4bcc68ea89a7dd70a256545a8b07b;p=scpubgit%2FJSON-Diffable.git diff --git a/Makefile.PL b/Makefile.PL index 4736487..a565fac 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use warnings; use ExtUtils::MakeMaker; -my %build_requires => ( +my %build_requires = ( 'Test::More' => 0.98, );