FreeBSD Manual Pages
Catalyst::Enzyme::ContUsereContributed Perl DocCatalyst::Enzyme::Controller(3) NAME Catalyst::Enzyme::Controller - Enzyme Controller Base Class with utility methods SYNOPSIS See Catalyst::Enzyme PROPERTIES METHODS run_safe($c, $sub, $fail_action, $fail_message, @rest) Run the $sub->(@rest) ref inside an eval cage, and return 1. Or, if $sub dies, set stash->{message} to $fail_message, stash->{error} to $@, log the error, shed a tear, and return 0. class_to_moniker($class_name) Return default moniker of $class_name. Default is to take the last past of the $class_name, and split it on lower/uppercase boundaries. If one can't be figured out, return the $class_name. AUTHOR Johan Lindstrom <johanl AT cpan.org> LICENSE This library is free software . You can redistribute it and/or modify it under the same terms as perl itself. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 81: Non-ASCII character seen before =encoding in 'AT'. Assuming CP1252 perl v5.24.1 2006-01-14 Catalyst::Enzyme::Controller(3)
NAME | SYNOPSIS | PROPERTIES | METHODS | AUTHOR | LICENSE | POD ERRORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Catalyst::Enzyme::Controller&sektion=3&manpath=FreeBSD+12.0-RELEASE+and+Ports>