in reply to Re^5: Try::Tiny and -E
in thread Try::Tiny and -E

> Have Try::Tiny check it is running under Perl 5.40 or later and issue a warning about a possible clash.

This:

doesn't make much sense since feature "try" is already available for earlier versions. Furthermore does Perl 5.40 not activate it by default, you still need use v5.40 inside.

Checking the hinthash of the importing scope for a key feature_try is far more reliable and generates far less false positives.

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery