in reply to Simple::Testing and Log::Log4perling

You can have Log::Log4perl suppress the warning by including the :nowarn target when calling use in your module code:
use Log::Log4perl qw(get_logger :nowarn);
More on this topic can be found in this FAQ.