From: Robert 'phaylon' Sedlacek Date: Thu, 31 May 2012 22:04:29 +0000 (+0000) Subject: Makefile.PL typo X-Git-Tag: v0.000001~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FJSON-Diffable.git;a=commitdiff_plain;h=dd119b746453fe2f3af7c89389ad8118fc98d32a Makefile.PL typo --- 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, );