Fix warning
Tomas Doran [Mon, 11 Oct 2010 15:46:57 +0000 (16:46 +0100)]
Makefile.PL

index 5582c6a..41d072b 100644 (file)
@@ -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';