update repo to point to github
[gitmo/Moo.git] / t / lib / UnderscoreClass.pm
CommitLineData
141b507a 1package UnderscoreClass;
2use Moo;
3with qw(UnderscoreRole);
4sub c1 { 'c1' };
51;