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