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