| CatalystX-CMS documentation | view source | Contained in the CatalystX-CMS distribution. |
Catalyst::Action::CMS - namespace holder for CatalystX::CMS::Action
# see CatalystX::CMS::Action
This class is a simple subclass of CatalystX::CMS::Action. It exists primarily to make it easy to do this:
sub foo : ActionClass('CMS') {
# ...
}
in your controller classes when you have set actionclass_per_action
in your cms config.
Peter Karman, <karman@cpan.org>
Please report any bugs or feature requests to
bug-catalystx-cms@rt.cpan.org, or through the web interface at
http://rt.cpan.org. I will be notified, and then you'll automatically be
notified of progress on your bug as I make changes.
The Minnesota Supercomputing Institute http://www.msi.umn.edu/
sponsored the development of this software.
Copyright 2008 by the Regents of the University of Minnesota.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| CatalystX-CMS documentation | view source | Contained in the CatalystX-CMS distribution. |