X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f5609ce446f1f90def41c572d78efd49e40e92b7;hb=9c5c9bd17536880f866fea9967bc460c674f0b2d;hp=70297f9bfc9623339a54077edb374bbfaa47fd08;hpb=2224bad1aeb7ddf00a41f3c00c55583830230182;p=catagits%2FCatalyst-Action-REST.git diff --git a/Makefile.PL b/Makefile.PL index 70297f9..f5609ce 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;