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