Changelogging
[gitmo/Mouse.git] / lib / Mouse / Meta / Method / Constructor.pm
index a7fd556..315051f 100644 (file)
@@ -133,7 +133,7 @@ sub _generate_processattrs {
     }
 
     if($metaclass->is_anon_class){
-        push @res, q{$instnace->{__METACLASS__} = $metaclass;};
+        push @res, q{$instance->{__METACLASS__} = $metaclass;};
     }
 
     if($has_triggers){
@@ -183,3 +183,4 @@ sub _generate_BUILDALL {
 }
 
 1;
+__END__