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