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