Debian lenny version packages
[pkg-perl] / deb-src / libsub-uplevel-perl / libsub-uplevel-perl-0.1901 / Changes
1 Changes for Sub::Uplevel
2
3 0.1901 Thu Feb 14 14:07:37 EST 2008
4
5     - hides the "DB" package from indexers (DB used to support @DB::args)
6     
7 0.19 Thu Feb 14 11:50:16 EST 2008
8
9     - bug fix: replacement caller() correctly sets @DB::args if calling
10       package is DB
11
12     - repackaging: custom Build.PL, moved all author tests to xt/, added
13       LICENSE and INSTALL files
14
15 0.18 Wed Oct 31 06:56:13 EDT 2007
16     - release version of 0.17_01 changes
17
18 0.17_01
19     - removed 5.006-specific language and tested on prerelease 5.00505
20
21 0.16 Mon Jul 30 09:54:41 EDT 2007
22     - release version of 0.15_01 changes
23
24 0.15_01 Thu Jul  5 22:54:08 EDT 2007
25     - Won't override any existing CORE::GLOBAL::caller when loaded 
26     - Localize global caller() override to the scope of the uplevel() call 
27       so it can play nicer with things like Contextual::Return and
28       Hook::LexWrap that also override caller()
29
30 0.14 Sun Nov  5 23:38:46 EST 2006
31     - fixed t/99_pod_coverage.t bug
32     - added examples directory
33
34 0.13 Thu Jun 22 19:47:26 EDT 2006
35     - fixed bug in Uplevel.t that caused test failure on FreeBSD for 5.8.0
36     - fixed bug in Uplevel.t that caused test failure on bleadperl-5.9.4
37     - removed ancient Test::More provided in t/lib
38     - switched ok(eq_array()) tests to is_deeper() for better diagnostics
39     - added pod/pod coverage checks
40     - numbered tests
41
42 0.12 Fri May 12 18:33:40 EDT 2006
43     - official release of the uplevel stack patch (fixes RT#13893)
44     - added Build.PL and switched to boilerplate generated Makefile.PL
45     - removed SIGNATURE due to recently discovered Module::Signature
46       issues with newline handling and sub-key compatible keyservers
47     - updated/added various meta files
48
49 0.11_01 Fri Apr 21 00:49:51 EDT 2006
50     - uplevel now keeps a proper stack of uplevel calls allowing
51       nesting of uplevel and non-uplevel calls
52
53 0.10 Thu Apr 20 19:15:20 EDT 2006
54     - Stopped warnings about "undefined" on Perl 5.8.8
55     - DAGOLDEN added as co-maintainer
56
57 0.09  Wed Jul  7 14:52:08 EDT 2004
58     - Ok, ok.  I'll put a license on this.
59
60 0.08  Wed Oct 22 09:02:38 PDT 2003
61     - New die_check.t test was written in a non-portable manner.
62       [Thanks Martin Thurn and cpantesters]
63
64 0.07  Tue Mar 18 03:03:22 GMT 2003
65     - Fixed a test bug due to 5.6.0's differing Carp::croak stack output
66
67 0.06  Thu Sep 20 08:50:30 EDT 2001
68     * Fixed a bug with deeply nested callers.
69     * Fixed nested uplevel() calls.
70     - Forgot to include Test::More dependency
71     - Added 5.006 dependency to Makefile.PL
72     - Removed unnecessary die and warn overrides
73     - Added DIRE WARNING to the docs.
74
75 0.05  Wed Sep 19 06:00:12 EDT 2001
76     * Things were still pretty broken.  I *think* I have the tests
77       sorted out now.
78     * Blows over any CORE::GLOBAL::caller, die or warn you might have
79       set.  I'll fix this soon.
80
81 0.04  Wed Sep 19 04:28:19 EDT 2001
82     * Ooops, we'd broken caller().  Turns out the tests were wrong.
83
84 0.03  Wed Sep 19 03:41:59 EDT 2001
85     * Greatly simplified the uplevel logic
86
87 0.02  Wed Sep 19 03:03:10 EDT 2001
88     * Fools croak()
89
90 0.01  Wed Sep 19 00:19:38 EDT 2001
91     * First working version
92     * Fools caller(), die() and warn().
93     - Needs more work against, say, Carp.
94     - Needs more work to check that it doesn't break the
95       subtleties of caller, die and warn.