do not generate an accessor on an rw attr if reader and writer are defined, this...
[gitmo/Moo.git] / t / lib / ClobberUnderscore.pm
CommitLineData
141b507a 1package ClobberUnderscore;
2sub h1 { 'h1' };
3undef $_;
41;