X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8012cd2baf2a2b3702015dac4c5f71de0508a80e;hb=2db3da90aebd1eae9ae3bebea3e1e3ccc3215c38;hp=cd8b295a45bac0b2fd89025f213ec808c4ab3747;hpb=09e6374abf8ee4395053f1b93604ba69f56a8441;p=catagits%2FCatalyst-Action-REST.git diff --git a/Makefile.PL b/Makefile.PL index cd8b295..8012cd2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,6 +15,8 @@ requires('Class::Inspector' => '1.13'); requires('URI::Find' => undef); requires('MRO::Compat' => '0.10'); +test_requires 'Moose'; + feature 'JSON (application/json) support', -default => 0, 'JSON' => '2.12';