[Catalyst-commits] r7293 - trunk/examples/CatalystAdvent/root/2007
zamolxes at dev.catalyst.perl.org
zamolxes at dev.catalyst.perl.org
Thu Dec 13 13:08:21 GMT 2007
Author: zamolxes
Date: 2007-12-13 13:08:21 +0000 (Thu, 13 Dec 2007)
New Revision: 7293
Modified:
trunk/examples/CatalystAdvent/root/2007/13.pod
Log:
better naming
Modified: trunk/examples/CatalystAdvent/root/2007/13.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2007/13.pod 2007-12-13 10:28:15 UTC (rev 7292)
+++ trunk/examples/CatalystAdvent/root/2007/13.pod 2007-12-13 13:08:21 UTC (rev 7293)
@@ -83,7 +83,7 @@
=head2 Useful code snippets
-You could add these in MyApp.pm to make them available for all your actions.
+You could add these in your main application class (e.g. MyApp.pm) to make them available for all your actions.
sub action_uri {
my ($c, $controller, $action, @params) = @_;
More information about the Catalyst-commits
mailing list