Revision history for Return-MultiLevel
0.08 2021-12-20 04:58:35 -0700
- Production release identical to 0.07_01
0.07_01 2021-12-19 07:27:44 -0700
- Remove the most uses of stringy eval (gh#6) One still remains
- Remove dependency on Data::Munge (gh#6)
0.06 2021-10-11 16:57:42 -0600
- Fixed test bug (rt#133221)
- New caretaker maintainer, new repository https://github.com/uperl/Return-MultiLevel
0.05 2017-09-10
- formally recommend Scope::Upper be installed in the distribution
metadata
- mention / link to bug tracker in module documentation
0.04 2014-09-07
- switch to Data::Munge::eval_string
- make with_return a named sub to improve stack traces
- cache runtime generated trampolines; should cut down on the need to
eval strings at runtime
- document RETURN_MULTI_LEVEL_PP
- add RETURN_MULTI_LEVEL_DEBUG for capturing with_return stacks
0.03 2013-08-06
- require 5.8 because 5.6 segfaults for some reason
0.02 2013-08-01
- drop dependency on Scope::OnExit::Wrap
0.01 2013-01-04
First version, released on an unsuspecting world.