in reply to Re: Correct way to use stricures in CPAN modulein thread Correct way to use stricures in CPAN module
Adding use 5.012; will add strict and warnings
Not quite, use with a version ≥ 5.012 doesn't enable warnings, just strict.