From: Dan Brook Date: Sat, 26 Feb 2011 15:19:29 +0000 (+0000) Subject: Drop Catalyst::Action::REST dependency. X-Git-Tag: 0.002008~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=commitdiff_plain;h=5c603263630d780684936edf1ab44c3f454b8c75 Drop Catalyst::Action::REST dependency. It was being used in an earlier branch but for one reason or another it didn't work out but I forgot to remove the dep. Thanks again to Tom Hukins for pointing this out! --- diff --git a/Makefile.PL b/Makefile.PL index 6312619..f9efb7e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -66,7 +66,6 @@ requires 'Catalyst::Plugin::SubRequest' => '0.15'; requires 'Catalyst::Action::RenderView'; requires 'Catalyst::Component::InstancePerContext'; requires 'Catalyst::Controller::ActionRole'; -requires 'Catalyst::Action::REST' => '0.85'; requires 'Catalyst::View::Component::SubInclude' => '0.07'; requires 'Catalyst::View::TT' => '0.34'; requires 'Try::Tiny';