foreach my $super (@superclasses) {
# don't bother if it does not have a meta.
next unless $super->can('meta');
+ next unless $super->meta->isa("Class::MOP::Class");
# get the name, make sure we take
# immutable classes into account
my $super_meta_name = ($super->meta->is_immutable