From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use strict;
sub default : Private {
my ( $self, $c ) = @_;
$c->forward('TestApp::View::Dump::Request');
}
1;