X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=cd8b295a45bac0b2fd89025f213ec808c4ab3747;hb=f04ed654a172628f642bdefe8483c1e6becf9ad1;hp=ec8e1e2cf12159eb613528c914229e09ea897d9a;hpb=3d38a43f1afdd6ef725eab19f6aa96d85cd58d43;p=catagits%2FCatalyst-Action-REST.git diff --git a/Makefile.PL b/Makefile.PL index ec8e1e2..cd8b295 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ 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'); feature 'JSON (application/json) support', -default => 0, @@ -43,5 +43,7 @@ feature 'XML::Simple (text/xml) support', auto_include; auto_install; +repository 'http://github.com/bobtfish/catalyst-action-rest'; + WriteAll;