xref: /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NOP.pm (revision 898184e3e61f9129feb5978fad5a8c6865f00b92)
1package NOP;
2
3# Do nothing much
4
5sub new { bless {}, shift }
6
71;
8