X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=067ebbe15c7a140d70e4b56b9a1deb740f99da8a;hb=ec3ef4ad2ba72cc751c8c5eccccb705602d87d09;hp=6be2bafe8e0a18834054496acd93a747b6264992;hpb=93dcb9668973857bb97af876904fa407cb3b666f;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 6be2baf..067ebbe 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -345,7 +345,7 @@ method" that you don't want to be an action at all, then just define the method without any attribute -- you can call it in your code, but the Catalyst dispatcher will ignore it.) -There are five types of "special" build-in C<:Private> actions: +There are five types of "special" built-in C<:Private> actions: C, C, C, C, and C. =over 4 @@ -680,7 +680,7 @@ applications rely on DBIx::Class, as will this tutorial. Although DBIx::Class has included support for a C mode to automatically read the database structure every time the -application starts, it's use is no longer recommended. While it can +application starts, its use is no longer recommended. While it can make for "flashy" demos, the use of the C mode we use below can be implemented just as quickly and provides many advantages (such as the ability to add your own methods to the overall DBIC @@ -1597,5 +1597,6 @@ Please report any errors, issues or suggestions to the author. The most recent version of the Catalyst Tutorial can be found at L. -Copyright 2006-2010, Kennedy Clark, under Creative Commons License +Copyright 2006-2010, Kennedy Clark, under the +Creative Commons Attribution Share-Alike License Version 3.0 (L).