-
-
14 Jan 2006 12:32:26 UTC
- Distribution: Catalyst-Enzyme
- Module version: 0.1
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (9)
- Testers (3 / 4 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (69.53KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Catalyst
- Catalyst::Helper::Model::CDBI
- Catalyst::Model::CDBI
- Catalyst::Plugin::DefaultEnd
- Catalyst::Plugin::FormValidator
- Catalyst::View::TT::ControllerLocal
- Class::DBI
- Class::DBI::AsForm
- Class::DBI::FromForm
- Class::DBI::Pager
- Class::DBI::Plugin::Type
- Class::DBI::SQLite
- DBI::Shell
- Data::FormValidator
- File::Slurp
- HTML::Element
- List::Util
- Path::Class
- Test::More
- URI
- URI::QueryParam
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 ÄT cpan.org>
LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 81:
Non-ASCII character seen before =encoding in 'ÄT'. Assuming CP1252
Module Install Instructions
To install Catalyst::Enzyme, copy and paste the appropriate command in to your terminal.
cpanm Catalyst::Enzyme
perl -MCPAN -e shell install Catalyst::Enzyme
For more information on module installation, please visit the detailed CPAN module installation guide.