I am working on a little Perl module and for some reason I had the test driver script that was using my new module call one of the functions that I thought would be private,
In File for your package: Define private methods as CODE-Ref, i.e.:
my $private_methode = sub{};