X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FMethod%2FConstructor.pm;h=315051fdcf78ef3e074948fe75bc2594ba79f95d;hb=c9a3c0ed389e30d9d176ab198ecfb766cce0aa3c;hp=1d55a975aa9ef715681602734fc7a35e43d7f18c;hpb=0126c27c413cb63f67e66e09b0fdfeb92117503a;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Meta/Method/Constructor.pm b/lib/Mouse/Meta/Method/Constructor.pm index 1d55a97..315051f 100644 --- a/lib/Mouse/Meta/Method/Constructor.pm +++ b/lib/Mouse/Meta/Method/Constructor.pm @@ -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){