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


CatalystX-CMS documentation  | view source Contained in the CatalystX-CMS distribution.

Index


NAME

Top

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

SYNOPSIS

Top

 # see CatalystX::CMS::Action

DESCRIPTION

Top

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

Top

Peter Karman, <karman@cpan.org>

BUGS

Top

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

Top

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

COPYRIGHT & LICENSE

Top


CatalystX-CMS documentation  | view source Contained in the CatalystX-CMS distribution.