in reply to Possible redundant use of "use strict" and "use warnings"?
You can remove them. Perl remembers the modules already loaded (%INC) and does not load them again.
Take care to consolidate arguments if the modules use some (not the case here).
In Section
Seekers of Perl Wisdom