in reply to Re: test case for private function in module
in thread test case for private function in module

And then change it to a proper function using the _ prefix to indicate its private (use at your own risk)
sub _privateFunc { }
Private Methods Meditation