in reply to Re^5: Try::Tiny and -E
in thread Try::Tiny and -E
It's very much possible with a pure-Perl module like I said. The _enabled routines in feature are basically checking the hinthash %^H returned by caller for the needed level.
But the problem is that the code isn't even compiled into a call to Try::Tiny's try, so how is it supposed to check the hints? That requires hooking into the compiler.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Try::Tiny and -E
by LanX (Saint) on Dec 29, 2025 at 12:05 UTC | |
by ikegami (Patriarch) on Dec 30, 2025 at 00:04 UTC | |
by LanX (Saint) on Dec 30, 2025 at 03:17 UTC | |
by ikegami (Patriarch) on Dec 30, 2025 at 05:01 UTC | |
by LanX (Saint) on Dec 30, 2025 at 11:24 UTC | |
|