in reply to Re: Exporting use strict/warnings into main::
in thread Exporting use strict/warnings into main::
Only problem's now going to be when all-of-the-sudden their latent source-code compile-time bugs now kill you!
This is nonsense because first, not only are the pragmas lexical, they're already enabled inside the module, so this has no effect whatsoever on the module's code, and second, the user is asking for this module to be imported (it just needs to be documented).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Exporting use strict/warnings into main::
by 1nickt (Canon) on May 19, 2020 at 19:06 UTC | |
by haukex (Archbishop) on May 19, 2020 at 21:10 UTC |