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