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