Added Catalyst::Utils
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Base.pm
index efc7aa7..472ef39 100644 (file)
@@ -6,7 +6,7 @@ use NEXT;
 
 __PACKAGE__->mk_classdata($_) for qw/_attrcache _cache _config/;
 __PACKAGE__->_cache( [] );
-__PACKAGE__->_attrchache( {} );
+__PACKAGE__->_attrcache( {} );
 
 # note - see attributes(3pm)
 sub MODIFY_CODE_ATTRIBUTES {