The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Action::CMS - namespace holder for CatalystX::CMS::Action

SYNOPSIS

 # see CatalystX::CMS::Action

DESCRIPTION

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.

AUTHOR

Peter Karman, <karman@cpan.org>

BUGS

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.

ACKNOWLEDGEMENTS

The Minnesota Supercomputing Institute http://www.msi.umn.edu/ sponsored the development of this software.

COPYRIGHT & LICENSE

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.