We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc09d1 commit 4a0a4d3Copy full SHA for 4a0a4d3
prereqs.yml
@@ -4,7 +4,6 @@ runtime:
4
Moose::Role: 2.2200
5
test:
6
requires:
7
- Catalyst::Action::RenderView: 0.16
8
Catalyst::Controller: 0
9
Catalyst::Runtime: 5.90001
10
Catalyst::Test: 0
t/lib/Test/App/Controller/Root.pm
@@ -2,7 +2,6 @@ package Test::App::Controller::Root;
2
3
use Moose;
use namespace::autoclean;
-use Catalyst::Action::RenderView; # do autopreq picks it up
BEGIN { extends 'Catalyst::Controller' }
@@ -74,8 +73,6 @@ sub some_keys : Path('some_surrogate_keys') {
74
73
$c->response->body('surrogate keys');
75
}
76
77
-sub end : ActionClass('RenderView') { }
78
-
79
__PACKAGE__->meta->make_immutable;
80
81
1;
0 commit comments