X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=dc2b9e568adc52b5ac3b49538b1bc95aeabf4164;hb=f168fa3e99ffc2c60ecb8987101c69a53e11e390;hp=82e9a8778c4f730a1827a7bf4894b9c4e9e4a6d9;hpb=38c3a9b2841e1f056bf201c987dc0b9c16fafbb5;p=catagits%2FCatalyst-Action-REST.git diff --git a/Makefile.PL b/Makefile.PL index 82e9a87..dc2b9e5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,10 @@ requires('LWP::UserAgent' => '2.033'); requires('Data::Serializer' => '0.36'); requires('Class::Inspector' => '1.13'); requires('URI::Find' => undef); +requires('MRO::Compat' => '0.10'); + +requires 'Moose'; +requires 'namespace::autoclean'; feature 'JSON (application/json) support', -default => 0, @@ -42,7 +46,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;