Weaken the $metaclass closed over by the meta method.
[gitmo/Moose.git] / t / cmop / lib / MyMetaClass / Random.pm
CommitLineData
38bf2a25 1
2package MyMetaClass::Random;
3
4use strict;
5use warnings;
6
71;