Initial commit of Moosified Catalyst parts.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / AttrContainer.pm
index fecfdcd..a33d822 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,14 +29,22 @@ Catalyst::AttrContainer
 
 =head1 DESCRIPTION
 
+This class sets up the code attribute cache.  It's a base class for 
+L<Catalyst::Controller>.
+
 =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::Dispatcher>
 L<Catalyst>.
 
 =head1 AUTHOR