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