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