in reply to When was $@ scope in sigdie fixed?
Version 5.14 is the exact value you're looking for, per the changelog notes at Exception Handling. This version can be enforced in code where this is a mandatory requirement with the stanza:
.. which will cause code to die when that stanza is hit (or substitute use for require to make that a compile-time check, although IIRC that also enables some optional features as of that version by default as well.)require v5.014_000;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: When was $@ scope in sigdie fixed?
by ikegami (Patriarch) on Dec 08, 2015 at 21:07 UTC | |
by Apero (Scribe) on Dec 09, 2015 at 13:52 UTC | |
Re^2: When was $@ scope in sigdie fixed?
by Boldra (Curate) on Dec 07, 2015 at 14:12 UTC |