in reply to Bundling commonly-used modules into a toolset
I really like this idea. I had a dream years ago of a 'caution' pragma. So you could say
use caution;
instead of
use warnings; use strict;
It seems like such a pragma could be implemented nicely using your idea. Kudos.
|
|---|