X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=cd8b295a45bac0b2fd89025f213ec808c4ab3747;hb=f41ab7571ecea4a28f3ed259e2dab0e12ad2cf45;hp=82e9a8778c4f730a1827a7bf4894b9c4e9e4a6d9;hpb=38c3a9b2841e1f056bf201c987dc0b9c16fafbb5;p=catagits%2FCatalyst-Action-REST.git diff --git a/Makefile.PL b/Makefile.PL index 82e9a87..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,7 +43,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;