Depend on latest MX::E::CAF to work with new Moose versions.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / AttrContainer.pm
index 764c460..443b416 100644 (file)
@@ -2,7 +2,6 @@ package Catalyst::AttrContainer;
 
 use Moose;
 use Catalyst::Exception;
-use Scalar::Util 'blessed';
 with 'Catalyst::ClassData';
 
 no Moose;
@@ -23,7 +22,7 @@ sub FETCH_CODE_ATTRIBUTES { $_[0]->_attr_cache->{ $_[1] } || () }
 
 =head1 NAME
 
-Catalyst::AttrContainer
+Catalyst::AttrContainer - Handles code attribute storage and caching
 
 =head1 SYNOPSIS
 
@@ -47,10 +46,9 @@ Attribute function. See attributes(3pm)
 L<Catalyst::Dispatcher>
 L<Catalyst>.
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Sebastian Riedel, C<sri@cpan.org>
-Marcus Ramberg, C<mramberg@cpan.org>
+Catalyst Contributors, see Catalyst.pm
 
 =head1 COPYRIGHT