typo
Guillermo Roditi [Mon, 23 Jun 2008 20:58:43 +0000 (20:58 +0000)]
r16974@martha (orig r7497):  groditi | 2008-03-14 19:33:13 -0400

lib/Catalyst/AttrContainer.pm

index dae87dc..2e50cec 100644 (file)
@@ -10,11 +10,11 @@ class_has _attr_cache   => (
                             required => 1,
                             default => sub{{}}
                            );
-clas_has _action_cache => (
-                           is => 'rw',
-                           isa => 'ArrayRef',
-                           required => 1,
-                           default => sub{ [] }
+class_has _action_cache => (
+                            is => 'rw',
+                            isa => 'ArrayRef',
+                            required => 1,
+                            default => sub{ [] }
                           );
 
 # note - see attributes(3pm)