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