$ perl -MTry::Tiny -E'no feature qw( try ); try { 1/0 }; say "ok"' ok