Lets say you have some piece of reusable logic in your controller. You would like to take the logic out and make a module out of it. Then you have following options:
- a plain vanilla module not in the Catalyst namespace
- a base class for the controller
- a plugin
- an Action
The question is which should be chosen when and why.
--
Zbigniew Lukasiak
http://brudnopis.blogspot.com/
_______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
