X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FExtendingCatalyst.pod;h=3cc5967cae78d5e3216b1fd1fa825917a287978f;hb=4ad342ef92054fc21765383024f77f08f7f66c9b;hp=9e4a4e42326d5062e16e513bd57269d45feb56cc;hpb=d782332393f0d2f6e7cee13d3eb6c7febe252d52;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/ExtendingCatalyst.pod b/lib/Catalyst/Manual/ExtendingCatalyst.pod index 9e4a4e4..3cc5967 100644 --- a/lib/Catalyst/Manual/ExtendingCatalyst.pod +++ b/lib/Catalyst/Manual/ExtendingCatalyst.pod @@ -115,7 +115,7 @@ L. =head2 Using Moose roles to apply method modifiers Rather than having a complex set of base classes which you have to mixin -via multiple inheritence, if your functionality is well structured, then +via multiple inheritance, if your functionality is well structured, then it's possible to use the composability of L roles, and method modifiers to hook onto to provide functionality. @@ -238,13 +238,7 @@ array reference. As you can see, you can use attributes to configure your actions. You can specify or alter these attributes via L, or even react on them as soon as Catalyst encounters them by providing your own L. - -=head2 Creating custom accessors - -L uses L for accessor -creation. Please refer to the modules documentation for usage -information. +class|/"Component base classes">. =head2 Component Configuration