Changing from JSON::Syck to JSON and JSON::XS
[catagits/Catalyst-Action-REST.git] / Makefile.PL
index e1048f5..f5609ce 100644 (file)
@@ -13,6 +13,12 @@ requires('LWP::UserAgent'            => '2.033');
 requires('Data::Serializer'          => '0.36');
 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,