fix FOREIGNBUILDARGS not being called when no attributes created
[gitmo/Moo.git] / t / lib / UnderscoreClass.pm
CommitLineData
141b507a 1package UnderscoreClass;
2use Moo;
3with qw(UnderscoreRole);
4sub c1 { 'c1' };
51;