fix bugtracker address
[gitmo/Moo.git] / t / lib / ClobberUnderscore.pm
1 package ClobberUnderscore;
2 sub h1 { 'h1' };
3 undef $_;
4 1;