
Catalyst::Enzyme::Controller - Enzyme Controller Base Class with utility methods

See Catalyst::Enzyme


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.
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.

Johan Lindstrom <johanl ÄT cpan.org>

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.