/usr/local/CPAN/perl/MyTestModule.pm
package MyTestModule
test_function
EOF
package
MyTestModule
;
use
strict
;
sub
test_function
{
return
'works'
;
}
1
;