Is there a way to test functions defined in a .pl file in a .t file using Test::Simple or Test::More? For example, I have a program called foo.pl which defines a function called bar(). I would like to have a test program, foo.t, test bar() for correctness. Can you do this or can you only test perl modules (.pm) in an external test file?