Changing from JSON::Syck to JSON and JSON::XS
[catagits/Catalyst-Action-REST.git] / Makefile.PL
index 70297f9..f5609ce 100644 (file)
@@ -15,6 +15,11 @@ requires('Class::Inspector'          => '1.13');
 requires('URI::Find'                 => undef);
 requires('Data::Dump'                => undef);
 
+feature 'JSON (application/json) support',
+    -default   => 0,
+    'JSON'     => undef;
+    'JSON::XS' => undef;
+
 feature 'Data::Denter (text/x-data-denter) support',
     -default => 0,
     'Data::Denter' => undef;