in reply to Should Test::Most import strict and warnings?

In my shell rc file, I do have

alias strict="export PERL5OPT='-Mstrict -Mwarnings'" alias nostrict='unset PERL5OPT'

and done.

But that's just me. I wouldn't impose that on others. I wrote and write modules which do use strict and warnings, but those are just my modules. I wouldn't impose that on the caller.