in reply to Re^3: Try::Tiny and -E
in thread Try::Tiny and -E
It doesn't matter when the Try::Tiny is compiled. Features have a lexical scope, so it's all about the context in which the try keyword is compiled. And while that is possible to check that context to see if the feature is enabled, it's out of reach of Try::Tiny since I believe it's intentionally a pure-Perl module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Try::Tiny and -E
by LanX (Saint) on Dec 27, 2025 at 23:43 UTC | |
by ikegami (Patriarch) on Dec 29, 2025 at 07:28 UTC | |
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 29, 2025 at 07:01 UTC | |
by LanX (Saint) on Dec 29, 2025 at 11:56 UTC | |
by ikegami (Patriarch) on Dec 30, 2025 at 00:02 UTC | |
by LanX (Saint) on Dec 30, 2025 at 03:10 UTC | |
|