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=4b97984813e187d9bccb15b4614cd632ff8b33f8;hp=a2746c4397599295da9c00446ff71af4626ae661;hb=3e0088532bc9c47570f8564c95864684412529b9;hpb=429e7843dc120c9f3a3d7e4c75c9300ff56f5092 diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index a2746c4..4b97984 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