summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NOP.pm
blob: 6de1dbfbd5be4c77d141693925cf5d0b79ab6126 (plain) (blame)
1
2
3
4
5
6
7
package NOP;

# Do nothing much

sub new { bless {}, shift }

1;