X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8012cd2baf2a2b3702015dac4c5f71de0508a80e;hb=5bbe8fb2380d1d5bc86eb0e595f30c76aa29d6b2;hp=cbc6a063eb8cffb0622a80a5851df5d031a86292;hpb=de1fb650378975cfcafe60e7b9a031825df7392e;p=catagits%2FCatalyst-Action-REST.git diff --git a/Makefile.PL b/Makefile.PL index cbc6a06..8012cd2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,9 @@ requires('LWP::UserAgent' => '2.033'); requires('Data::Serializer' => '0.36'); requires('Class::Inspector' => '1.13'); requires('URI::Find' => undef); +requires('MRO::Compat' => '0.10'); + +test_requires 'Moose'; feature 'JSON (application/json) support', -default => 0, @@ -42,5 +45,7 @@ feature 'XML::Simple (text/xml) support', auto_include; auto_install; +repository 'http://github.com/bobtfish/catalyst-action-rest'; + WriteAll;