xref: /openbsd-src/gnu/usr.bin/perl/dist/autouse/t/lib/MyTestModule.pm (revision 256a93a44f36679bee503f12e49566c2183f6181)
1package MyTestModule;
2use strict;
3
4sub test_function {
5  return 'works';
6}
7
81;
9