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