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