in reply to Re^2: Exporting use strict/warnings into main::
in thread Exporting use strict/warnings into main::

I'd say that importing strict into your caller's scope is acceptable if the package in question defines the way you write your code anyway, like the examples given by haukex do, but presumptuous in an ordinary OO package. But maybe that's what you mean with "lower-level".

  • Comment on Re^3: Exporting use strict/warnings into main::

Replies are listed 'Best First'.
Re^4: Exporting use strict/warnings into main::
by 1nickt (Canon) on May 19, 2020 at 18:46 UTC

    Precisely.


    The way forward always starts with a minimal test.