in reply to Re: Correct way to use stricures in CPAN module
in 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.

  • Comment on Re^2: Correct way to use stricures in CPAN module