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