X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8012cd2baf2a2b3702015dac4c5f71de0508a80e;hb=5ebf67a4e3bdd642e22dfad78eca007941a52747;hp=b39390b4de27887b5eac56c51e37ff8fee5a20d2;hpb=def65dcc8983843dd6da4a40e03ee6fbded2b69a;p=catagits%2FCatalyst-Action-REST.git diff --git a/Makefile.PL b/Makefile.PL index b39390b..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'; @@ -43,7 +45,7 @@ feature 'XML::Simple (text/xml) support', auto_include; auto_install; -repository('http://github.com/hdp/catalyst-action-rest'); +repository 'http://github.com/bobtfish/catalyst-action-rest'; WriteAll;