1package MyTestModule;
2use strict;
3
4sub test_function {
5  return 'works';
6}
7
81;
9