Archive for May 16th, 2020
Exporting use strict/warnings into main
Posted on May 16, 2020. Filed under: Uncategorized | Tags: author:nysus, cpan:import-into, perl, perlmonks |
Exporting use strict/warnings into main When a user adds this package with use, I’d like it to automatically inject/export the use strict; use warnings pragmas so they don’t have to add it to their script. I’ve seen other packages do this but I can’t figure out how.
Read Full Post | Make a Comment ( Comments Off on Exporting use strict/warnings into main )