From: Shawn M Moore Date: Sat, 28 Mar 2009 20:36:02 +0000 (-0400) Subject: no-meta _reconcile_with_superclass_meta X-Git-Tag: 0.73_01~36^2~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=29782f74ddf57cf2f41725bfad42b2b31e3c3dce;p=gitmo%2FMoose.git no-meta _reconcile_with_superclass_meta --- diff --git a/lib/Moose/Meta/Class.pm b/lib/Moose/Meta/Class.pm index 8f88bab..8a7de83 100644 --- a/lib/Moose/Meta/Class.pm +++ b/lib/Moose/Meta/Class.pm @@ -295,7 +295,7 @@ my @MetaClassTypes = sub _reconcile_with_superclass_meta { my ($self, $super) = @_; - my $super_meta = $super->meta; + my $super_meta = Class::MOP::class_of($super); my $super_meta_name = $super_meta->is_immutable