File: Changes

package info (click to toggle)
libreturn-multilevel-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 184 kB
  • sloc: perl: 76; sh: 4; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.