From: Tomas Doran Date: Mon, 11 Oct 2010 15:46:57 +0000 (+0100) Subject: Fix warning X-Git-Tag: 0.87~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=be35ac1b348c6264e5d2a6ea88d0888dd5bbf329;p=catagits%2FCatalyst-Action-REST.git Fix warning --- diff --git a/Makefile.PL b/Makefile.PL index 5582c6a..41d072b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,7 +32,7 @@ author_tests 'xt/'; feature 'JSON (application/json) support', -default => 0, - 'JSON' => '2.12'; + 'JSON' => '2.12', 'JSON::XS' => '2.2222'; author_requires 'JSON' => '2.12';