The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for 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.