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