Subject: | Does not work anymore with perl 5.24.0 |
perl 5.24.0 will be released soon, and TryCatch will not work with this perl version. Problem is the dependency on Scope::Upper, which is broken with perl 5.23.8 and newer. See
https://rt.cpan.org/Ticket/Display.html?id=112246 for more details.
Consequently there are also no TryCatch reports on CPAN Testers for perls > 5.23.8:
http://matrix.cpantesters.org/?dist=TryCatch+1.003002
I don't know if it's possible to not rely on Scope::Upper here, or if there's another solution.