Upgrade to Test::Harness 3.14
[p5sagit/p5-mst-13.2.git] / ext / Test / Harness / t / lib / NOP.pm
1 package NOP;
2
3 # Do nothing much
4
5 sub new { bless {}, shift }
6
7 1;