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=e21a8c9af40c1f1624090e7ff4b8f8f8156f5639;hp=f0b30422999a2d39c2efd6da2c41fd2899ea9617;hb=fb433ec426fb384bd97ed1fb73f16c7102924753;hpb=a467a71409ca619746c5174d46a0366c957e2ac7 diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index f0b3042..e21a8c9 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