X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=a13852634d0ed7c9127a70de135d6ffb076cc414;hp=5137dc47dfb839022dc2d7a3c009fedcd53980bc;hb=be0939444127246c8386e4103c79932de3fca9bf;hpb=0f387d99bf67ce156b684ad2dedb7d755fc30223 diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 5137dc4..a138526 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -109,7 +109,7 @@ if you are using Strawberry Perl.) =head1 EDIT THE LIST OF CATALYST PLUGINS One of the greatest benefits of Catalyst is that it has such a large -library of bases classes and plugins available that you can use easily +library of base classes and plugins available that you can use to easily add functionality to your application. Plugins are used to seamlessly integrate existing Perl modules into the overall Catalyst framework. In general, they do this by adding additional methods to the C @@ -143,16 +143,16 @@ If you prefer, there are several other ways to enable debug output: =item * -Use the C<$c-Edebug> method on the C<$c> Catalyst context object +the C<$c-Edebug> method on the C<$c> Catalyst context object =item * -The C<-d> option to C