X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FJSON-Diffable.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=a565faced6b63100086c5c271393660dd4e20af1;hp=47364876b13f7a82601e457901b36de1c998f141;hb=dd119b746453fe2f3af7c89389ad8118fc98d32a;hpb=8b5ec61e46c4bcc68ea89a7dd70a256545a8b07b 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, );