in reply to Re^7: canonical doc explaing need for "eval { ... } or do {...}" construct
in thread canonical doc explaing need for "eval { ... } or do {...}" construct

It seems two problems were merging in my mind (which is currently overdosed with antibiotics) The new try-catch has obvious and subtle incompatibilities to Try::Tiny, like the explicit catch ($e) argument.

First case may need to called differently, probably "Old-Compatibility" ... (I'm eager to learn about a proper naming).

The sheer number of modules already using Try::Tiny according to hippo make the second case a real "Backwards-Compatibility" issue. Because at some point a feature should become a default.

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

  • Comment on Re^8: canonical doc explaing need for "eval { ... } or do {...}" construct
  • Download Code