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=0451c5dad79fb6d5004f148e6f7ed4a1b5e8961a;hp=3a4b73fcc03901e1a4f3ecbc78c325ee88d99301;hb=e371d925c811551436db37c9f968d686673cc0f8;hpb=a576aea02479c8e91362dcbe492b52400ec905de 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