Fixed base
Sebastian Riedel [Sat, 16 Apr 2005 15:43:15 +0000 (15:43 +0000)]
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 {