xref
: /
openbsd-src
/
gnu
/
usr.bin
/
perl
/
cpan
/
Test-Harness
/
t
/
lib
/
NOP.pm
(revision 91f110e064cd7c194e59e019b83bb7496c1c84d4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
NOP
;
2
3
# Do nothing much
4
5
sub
new
{
bless
{},
shift
}
6
7
1
;
8