Skip to content

Commit 4a0a4d3

Browse files
committed
remove unneeded RenderView from tests
1 parent 2bc09d1 commit 4a0a4d3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

prereqs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ runtime:
44
Moose::Role: 2.2200
55
test:
66
requires:
7-
Catalyst::Action::RenderView: 0.16
87
Catalyst::Controller: 0
98
Catalyst::Runtime: 5.90001
109
Catalyst::Test: 0

t/lib/Test/App/Controller/Root.pm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package Test::App::Controller::Root;
22

33
use Moose;
44
use namespace::autoclean;
5-
use Catalyst::Action::RenderView; # do autopreq picks it up
65

76
BEGIN { extends 'Catalyst::Controller' }
87

@@ -74,8 +73,6 @@ sub some_keys : Path('some_surrogate_keys') {
7473
$c->response->body('surrogate keys');
7574
}
7675

77-
sub end : ActionClass('RenderView') { }
78-
7976
__PACKAGE__->meta->make_immutable;
8077

8178
1;

0 commit comments

Comments
 (0)