xref
: /
openbsd-src
/
gnu
/
usr.bin
/
perl
/
dist
/
autouse
/
t
/
lib
/
MyTestModule.pm
(revision 46035553bfdd96e63c94e32da0210227ec2e3cf1)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
MyTestModule
;
2
use
strict
;
3
4
sub
test_function
{
5
return
'works'
;
6
}
7
8
1
;
9