Subject: | Doesn't appear to catch exceptions in event loops under Tk or Event |
Naively using Try::Tiny's try { } catch { } instead of block eval under
two kinds of events loops (Tk, Event) I find that Try::Tiny doesn't
catch an exception (generated by die), whereas a basic block eval does.
If this limitation is widely true and proves impractical to patch, it
may be worth stating in the CAVEATS section.