in reply to Concatenate strings before Test::More::ok

Alternatively, you could just run your tests from the package Mysimple_mod:
package Mysimple_mod; ok ( defined( &external ), "..."); ok ( defined( &internal ), "..."); ... etc ...