xref
: /
openbsd
/
gnu
/
usr.bin
/
perl
/
cpan
/
Test-Harness
/
t
/
lib
/
NOP.pm
(revision d415bd75)
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