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