X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=db75295081b4955396f7dcb3d6802d725e806a85;hb=bc48916f74cbb4befcad6ac98f1e9112e933a97e;hp=70297f9bfc9623339a54077edb374bbfaa47fd08;hpb=2224bad1aeb7ddf00a41f3c00c55583830230182;p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git diff --git a/Makefile.PL b/Makefile.PL index 70297f9..db75295 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' => '2.12'; + 'JSON::XS' => '2.2222'; + feature 'Data::Denter (text/x-data-denter) support', -default => 0, 'Data::Denter' => undef;