[Catalyst] reserved word?

Sebastian Riedel sri at oook.de
Tue Apr 19 10:12:54 CEST 2005


Am 19.04.2005 um 03:14 schrieb Alan Humphrey:
> Are there other "reserved words" we should worry about?

Like i said before, you better not blindly define methods in the 
application class, use Controllers. ;)

Your application class inherits all methods from Catalyst, 
Catalyst::Dispatcher, Catalyst::Engine and Catalyst::Engine::*.
And naturally every plugin you loaded.

So the list is quite big and you better be careful about other actions 
than (begin, auto, default and end).

--
sebastian




More information about the Catalyst mailing list