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