fix FOREIGNBUILDARGS not being called when no attributes created
[gitmo/Moo.git] / t / lib / ClobberUnderscore.pm
CommitLineData
141b507a 1package ClobberUnderscore;
2sub h1 { 'h1' };
3undef $_;
41;