X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=e4996c46990696170312afb028a42eb88440641f;hb=433f1ad4d6b7013515ccbe89062be0d3b0a60c27;hp=904959c7090ad2be468bc8c9a49ad1efa4500cde;hpb=513ae34af19a0b2d71231427093837631b06b5c3;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 904959c..e4996c4 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -102,12 +102,14 @@ the command 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 plugins and base classes available. 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 object (generally written as C<$c>) that Catalyst passes to -every component throughout the framework. +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 +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 +object (generally written as C<$c>) that Catalyst passes to every +component throughout the framework. + By default, Catalyst enables three plugins/flags: @@ -143,7 +145,7 @@ The C<-d> option to C