make github the primary repository
[gitmo/Moose.git] / t / cmop / lib / MyMetaClass / Method.pm
CommitLineData
38bf2a25 1
2package MyMetaClass::Method;
3
4use strict;
5use warnings;
6
7use base 'Class::MOP::Method';
8
91;