Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
|
attr persistent_controllers => !!1;
sub build_controller
{
my ( $self , $controller_class ) = @_ ;
$controller_class ->new(
context => $self ,
);
}
1;
|