make github the primary repository
[gitmo/Moose.git] / t / cmop / lib / MyMetaClass / Random.pm
1
2 package MyMetaClass::Random;
3
4 use strict;
5 use warnings;
6
7 1;