Documented auto/forward/detach behaviour for chains in Intro
[catagits/Catalyst-Runtime.git] / lib / Catalyst / AttrContainer.pm
index fecfdcd..6ae2267 100644 (file)
@@ -1,7 +1,7 @@
 package Catalyst::AttrContainer;
 
 use strict;
-use base qw/Class::Data::Inheritable Class::Accessor::Fast/;
+use base qw/Class::Accessor::Fast Class::Data::Inheritable/;
 
 use Catalyst::Exception;
 use NEXT;
@@ -29,12 +29,19 @@ Catalyst::AttrContainer
 
 =head1 DESCRIPTION
 
+This class sets up the code attribute cache.  It's a base class for 
+L<Catalyst::Base>
+
 =head1 METHODS
 
 =head2 FETCH_CODE_ATTRIBUTES
 
+Attribute function. See attributes(3pm)
+
 =head2 MODIFY_CODE_ATTRIBUTES
 
+Attribute function. See attributes(3pm)
+
 =head1 SEE ALSO
 
 L<Catalyst>.