Don't use $_ as loop variable when calling arbitrary code (RT#81072)
[gitmo/Moo.git] / t / lib / UnderscoreClass.pm
CommitLineData
141b507a 1package UnderscoreClass;
2use Moo;
3with qw(UnderscoreRole);
4sub c1 { 'c1' };
51;