NAME

Catalyst::ControllerRole::View - Call Views from your Controller

SYNOPSIS

package Example::Controller::Register;

use Moose;
use MooseX::MethodAttributes;

extends 'Catalyst::ControllerPerRequest';
with 'Catalyst::ControllerRole::View';

DESCRIPTION

Experimental role for Catalyst::ControllerPerRequest that calls a view based on the the namespace. This is a work in progress and may change in the future.

I'm not documenting this more, if you can't follow the source you shouldn't be using this. I may trash it eventually.

ALSO SEE

Catalyst::Runtime, Catalyst::Controller

AUTHOR

John Napiorkowski <jjnapiork@cpan.org>

COPYRIGHT

2023

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.