X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0451c5dad79fb6d5004f148e6f7ed4a1b5e8961a;hb=6fce5e0f9bcff68eca91fed13b3c881bb62ee1f9;hp=3a4b73fcc03901e1a4f3ecbc78c325ee88d99301;hpb=6ee2a5b60095a96deb0ca990178efc9c38266734;p=scpubgit%2FJSON-Diffable.git diff --git a/Makefile.PL b/Makefile.PL index 3a4b73f..0451c5d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ my %build_requires = ( my %requires = ( 'strictures' => 1, - 'JSON' => 0, + 'JSON::MaybeXS' => 0, ); # have to do this since old EUMM dev releases miss the eval $VERSION line