Weaken the $metaclass closed over by the meta method.
[gitmo/Moose.git] / t / cmop / lib / MyMetaClass / Attribute.pm
1
2 package MyMetaClass::Attribute;
3
4 use strict;
5 use warnings;
6
7 use base 'Class::MOP::Attribute';
8
9 1;