Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unnecessary Catalyst::Controller::ActionRole
It's functionality was merged into Catalyst 5.90013.
  • Loading branch information
rwstauner committed Jan 13, 2014
1 parent d28ee71 commit 0cdef66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile.PL
Expand Up @@ -30,11 +30,10 @@ my %WriteMakefileArgs = (
"AnyEvent::Curl::Multi" => 0,
"CPAN::Meta::Requirements" => 0,
"Captcha::reCAPTCHA" => "0.94",
"Catalyst" => "5.90011",
# "Catalyst" # See Catalyst::Runtime
"Catalyst::Action::RenderView" => 0,
"Catalyst::Authentication::Store::Proxy" => "0.0.1",
"Catalyst::Authentication::User" => 0,
"Catalyst::Controller::ActionRole" => 0,
"Catalyst::Model" => 0,
"Catalyst::Plugin::Authentication" => 0,
"Catalyst::Plugin::ConfigLoader" => 0,
Expand Down
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Web/Controller.pm
Expand Up @@ -2,6 +2,6 @@ package MetaCPAN::Web::Controller;
use Moose;
use namespace::autoclean;

BEGIN {extends 'Catalyst::Controller::ActionRole'; }
BEGIN {extends 'Catalyst::Controller'; }

__PACKAGE__->meta->make_immutable;

0 comments on commit 0cdef66

Please sign in to comment.