Don't use $_ as loop variable when calling arbitrary code (RT#81072)
[gitmo/Moo.git] / t / lib / ClobberUnderscore.pm
CommitLineData
141b507a 1package ClobberUnderscore;
2sub h1 { 'h1' };
3undef $_;
41;