b456ebc5719ed174c060d045b4afed6cfceb3c55
[p5sagit/namespace-clean.git] / Changes
1
2         - Work around P5#72210, resulting in fails on 5.8.8 -Duselongdouble
3         - Fix incorrect name in META (RT#107813)
4
5 0.26  2015-10-07 17:43 (UTC)
6         - Exclusively use Package::Stash::PP on perls < 5.8.7 until a fixed
7           Package::Stash::XS ships - breakage keeps getting reintroduced
8           ( RT#107343, RT#74151 )
9         - Explicitly document the late runtime binding of `sort SUBNAME ...`
10           ( RT#101247 )
11         - No longer rely on Sub::Identify - either use Sub::Util or B
12           ( should solve RT#96945 )
13
14
15 0.25  2014-03-05 11:27 (UTC)
16         - Fix incorrect ExtUtils::CBuilder detection routine leading to
17           Makefile.PL crashes when EU::CB is not available
18
19
20 0.24  2012-12-04 22:59 (UTC)
21         - Properly skip debugger test when optional deps not available
22         - Make sure pure-perl tests pass correctly on space-containing
23           paths (RT#77528)
24         - Remove all the pure-perl fallback code and depend on PP-capable
25           B::H::EOS 0.12
26
27
28 0.23  2012-03-11 15:06 (UTC)
29         - Rely on B::Hooks::EndOfScope version 0.10 to fix issues with
30           new Module::Runtime versions (>= 0.012) on perl 5.10 due
31           to incorrect hook firing due to %^H localisation.
32         - Fix failures on 5.13.6 due to incorrect version number threshold
33           (RT#74683)
34
35
36 0.22 (official fix of all the %^H ickyness)  2011-12-26 13:04 (UTC)
37         - Simplify the >= 5.10 PP variant even more - move the hook from
38           DESTROY into DELETE
39         - Force explicit callback invocation order on 5.8 PP
40
41
42 0.21_02  2011-12-22 11:33 (UTC)
43         - Replace the %^H tie approach with fieldhashes, fixes all known
44           corner cases and caveats on supported perls >= 5.8.1 (FC)
45         - Compile away the debugger fixup on perls >= 5.15.5 (FC)
46
47
48 0.21_01  2011-12-21 11:39 (UTC)
49         - More robust handling of the tied %^H in pure perl mode (RT#73402)
50         - Limit the debugger workarounds to perls between 5.8.8 and 5.14,
51           extend debugger support to all perl versions (FC) (RT#69862)
52         - If possible, automatically install (but not load) the debugger
53           workaround libraries on perls between 5.8.8 and 5.14 (RT#72368)
54         - Add back dropped NAME section (RT#70259)
55
56
57 0.21  2011-08-03 21:51 (UTC)
58         - When using the tie() fallback ensure we do not obliterate a
59           foreign tie()
60         - Better document how to disable the tie() fallback
61
62
63 0.20_01 (the "mst made me do it" release)   2011-07-31 09:26 (UTC)
64         - Only invoke the deleted sub stashing if we run udner a debugger
65           (avoid runtime penalty of Sub::Name/Sub::Identify)
66         - Spellfixes (RT#54388)
67         - When B::Hooks::EndOfScope is not available, switch to a simple
68           tie() of %^H. While it can not 100% replace B::H::EOS, it does
69           everything n::c needs
70
71
72 0.20  2011-01-06 18:07 (UTC)
73         - Bump Package::Stash dependency to 0.22 to pull in a bugfix in
74           Package::Stash::XS 0.19.
75
76
77 0.19  2011-01-03 16:36 (UTC)
78         - Port to the new Package::Stash 0.18 API and depend on it.
79         - Don't rely on package::stash's remove_package_symbol implementation
80           (doy).
81
82
83 0.18  2010-06-13 17:12 (UTC)
84         - Make sure we continue working on future Package::Stash
85           versions (doy).
86
87
88 0.17  2010-06-05 23:16 (UTC)
89         - Make sure the debugger author test is skipped for
90           non-authors before the debugger is even loaded.
91
92
93 0.16  2010-06-05 20:53 (UTC)
94         - Release all changes of 0.15 as part of a stable release.
95         - Convert from Module::Install to Dist::Zilla.
96
97
98 0.15 TRIAL release  2010-05-14 17:30 (UTC)
99         - Use Package::Stash for the stash manipulation bits (doy).
100
101
102 0.14  2010-03-18 11:15:38 (CET)
103         - Disable auto_install.
104         - Turn the error prone debugger test into an author test.
105
106
107 0.13  2010-01-17 02:40:48 (CET)
108         - Skip failing debugger tests on 5.8.8 and older.
109
110
111 0.12  2010-01-14 03:22:03 (CET)
112         - Stop relying on stash entries always being upgraded into real GVs
113           (Zefram).
114         - Work around $DB::sub (Yuval Kogman).
115         - Fix restoring of non-code symbols when cleaning (Ben Morrows).
116
117
118 0.11  2009-03-03 17:34:49 (CET)
119         - Added -cleanee option to specify the package to clean (Closes
120           RT#41850).
121         - Added n:c->clean_subroutines($cleanee, @subs).
122
123
124 0.10  2009-02-20 14:31:36 (CET)
125         - Depend on B::Hooks::EndOfScope 0.07 to avoid segfaults and lost error
126           messages when something goes wrong.
127
128
129 0.09  2008-10-22 17:48:49 (CEST)
130         - Use B::Hooks::EndOfScope instead of %^H + Scope::Guard.
131
132
133 0.08  2008-03-09 22:01:01 (CET)
134         - Added explicit cleanup behaviour
135
136
137 0.07  2008-03-09 20:13:33 (CET)
138         - Switched from Filter::EOF to a much saner implementation via
139           %^H and Scope::Guard. (mst & autobox)++ for this.
140
141
142 0.06  2008-02-20 15:09:00 (CET)
143         - Fixed 'uninitialized value in ref-to-glob cast' error
144           if unimport was used before.
145
146
147 0.05  2007-08-12 18:24:49 (CEST)
148         - Minor POD improvements
149         - -except now accepts a single value too
150
151
152 0.04  2007-03-17 16:22:10 (CET)
153         - Added -except flag
154         - Non-CODE type slots will not be removed
155
156
157 0.03  2007-02-24 22:34:55 (CET)
158         - Minor comment and POD cleanups
159         - Tried to clarify how the module works
160
161
162 0.02  2007-02-19 00:38:24 (CET)
163         - Added unimport behaviour
164
165
166 0.01  2007-02-18 17:33:18 (CET)
167         - Initial Version