Help for this page
use Test::More 'no_plan'; require 'some_file_with_my_functions.pm'; ... ok( ThatPackage::blah $foo, 'blah' ); ok( ThatPackage::blah $bar, 'blah2' );