On Jan 2, 2007, at 7:28 AM, Matt S Trout wrote:


On 21 Dec 2006, at 18:05, Michael Reece wrote:

be wary of putting your base controller class in the MyApp/ Controller/ directory, because catalyst will load it as a controller itself. which sucks if you want to put default inheritable actions in your base class. i use MyApp/Controller.pm for the base class to avoid this problem, since catalyst still, as far as i can tell, has no way to let you specify which controller classes to load or not load.

Then you didn't read the docs on setup_components in Catalyst.pm


aha, it looks like Module::Pluggable was made more useful last april or so. thanks for the pointer.


_______________________________________________
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/

Reply via email to