From: Karen Etheridge Date: Thu, 10 Dec 2015 21:05:53 +0000 (-0800) Subject: fix typo in comment X-Git-Tag: v1.003006_001~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3362c31f642bfdcdbea67c08960c9f9df2f1d82c;hp=78464170000511593591777ea21eb022ba101f40;p=p5sagit%2FJSON-MaybeXS.git fix typo in comment --- diff --git a/Makefile.PL b/Makefile.PL index e4a2dab..57882fd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -90,7 +90,7 @@ $WriteMakefileArgs{PREREQ_PM}{'Cpanel::JSON::XS'} = '2.3310' # avoid "JSON::XS::Boolean::* redefined" warnings caused by incompatibilities # between JSON::XS 2.x and 3.0 -- # if JSON::XS is installed and < 3.0 -# and Cpanel::JSON::JSON is (or is about to be) >= 3.0, +# and Cpanel::JSON::XS is (or is about to be) >= 3.0, # then update JSON::XS to eliminate the incompatibility $WriteMakefileArgs{PREREQ_PM}{'JSON::XS'} = '3.00' if not $args->{PUREPERL_ONLY}