Remove warnings from duplicate action declerations
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Dump.pm
index fcbdc5e..69431b3 100644 (file)
@@ -3,7 +3,7 @@ package TestApp::Controller::Dump;
 use strict;
 use base 'Catalyst::Controller';
 
-sub default : Action Private {
+sub default : Action {
     my ( $self, $c ) = @_;
     $c->forward('TestApp::View::Dump');
 }