drop Package::Stash dependency
[p5sagit/namespace-clean.git] / Changes
CommitLineData
77b619d7 10.27 2016-05-18 02:24 (UTC)
a6b490ab 2 - Allow packages to be cleaned multiple times
aea0cfbe 3 - Ensure the debugger workarounds are applied only when
4 DB::sub is actively used (they are superfluous otherwise)
006e9cb4 5 - Work around P5#72210, resulting in fails on 5.8.8 -Duselongdouble
e5233d43 6 - Fix incorrect name in META (RT#107813)
7
3c08bb19 80.26 2015-10-07 17:43 (UTC)
acb1d694 9 - Exclusively use Package::Stash::PP on perls < 5.8.7 until a fixed
10 Package::Stash::XS ships - breakage keeps getting reintroduced
11 ( RT#107343, RT#74151 )
253c58bc 12 - Explicitly document the late runtime binding of `sort SUBNAME ...`
13 ( RT#101247 )
df4cbc4e 14 - No longer rely on Sub::Identify - either use Sub::Util or B
15 ( should solve RT#96945 )
acb1d694 16
26e8f6f1 17
180.25 2014-03-05 11:27 (UTC)
62a21612 19 - Fix incorrect ExtUtils::CBuilder detection routine leading to
20 Makefile.PL crashes when EU::CB is not available
21
26e8f6f1 22
230.24 2012-12-04 22:59 (UTC)
7f55a1ec 24 - Properly skip debugger test when optional deps not available
e6eee479 25 - Make sure pure-perl tests pass correctly on space-containing
26 paths (RT#77528)
727a1a2f 27 - Remove all the pure-perl fallback code and depend on PP-capable
28 B::H::EOS 0.12
7f55a1ec 29
26e8f6f1 30
310.23 2012-03-11 15:06 (UTC)
22c76f8a 32 - Rely on B::Hooks::EndOfScope version 0.10 to fix issues with
33 new Module::Runtime versions (>= 0.012) on perl 5.10 due
34 to incorrect hook firing due to %^H localisation.
b927cca7 35 - Fix failures on 5.13.6 due to incorrect version number threshold
36 (RT#74683)
37
26e8f6f1 38
390.22 (official fix of all the %^H ickyness) 2011-12-26 13:04 (UTC)
aabe8f1c 40 - Simplify the >= 5.10 PP variant even more - move the hook from
41 DESTROY into DELETE
42 - Force explicit callback invocation order on 5.8 PP
43
26e8f6f1 44
450.21_02 2011-12-22 11:33 (UTC)
b2e54862 46 - Replace the %^H tie approach with fieldhashes, fixes all known
47 corner cases and caveats on supported perls >= 5.8.1 (FC)
48 - Compile away the debugger fixup on perls >= 5.15.5 (FC)
64c1bcfc 49
26e8f6f1 50
510.21_01 2011-12-21 11:39 (UTC)
656ec55b 52 - More robust handling of the tied %^H in pure perl mode (RT#73402)
80e4e267 53 - Limit the debugger workarounds to perls between 5.8.8 and 5.14,
54 extend debugger support to all perl versions (FC) (RT#69862)
b3279c1c 55 - If possible, automatically install (but not load) the debugger
56 workaround libraries on perls between 5.8.8 and 5.14 (RT#72368)
09e4e594 57 - Add back dropped NAME section (RT#70259)
58
26e8f6f1 59
600.21 2011-08-03 21:51 (UTC)
7b026c56 61 - When using the tie() fallback ensure we do not obliterate a
62 foreign tie()
63 - Better document how to disable the tie() fallback
64
26e8f6f1 65
660.20_01 (the "mst made me do it" release) 2011-07-31 09:26 (UTC)
017bd598 67 - Only invoke the deleted sub stashing if we run udner a debugger
68 (avoid runtime penalty of Sub::Name/Sub::Identify)
271df965 69 - Spellfixes (RT#54388)
9887772b 70 - When B::Hooks::EndOfScope is not available, switch to a simple
71 tie() of %^H. While it can not 100% replace B::H::EOS, it does
72 everything n::c needs
017bd598 73
26e8f6f1 74
750.20 2011-01-06 18:07 (UTC)
860c5754 76 - Bump Package::Stash dependency to 0.22 to pull in a bugfix in
77 Package::Stash::XS 0.19.
78
26e8f6f1 79
800.19 2011-01-03 16:36 (UTC)
e2288cf8 81 - Port to the new Package::Stash 0.18 API and depend on it.
82 - Don't rely on package::stash's remove_package_symbol implementation
83 (doy).
84
26e8f6f1 85
860.18 2010-06-13 17:12 (UTC)
7946e21b 87 - Make sure we continue working on future Package::Stash
88 versions (doy).
89
26e8f6f1 90
910.17 2010-06-05 23:16 (UTC)
5e215f25 92 - Make sure the debugger author test is skipped for
93 non-authors before the debugger is even loaded.
94
26e8f6f1 95
960.16 2010-06-05 20:53 (UTC)
45d0e5e0 97 - Release all changes of 0.15 as part of a stable release.
98 - Convert from Module::Install to Dist::Zilla.
99
26e8f6f1 100
1010.15 TRIAL release 2010-05-14 17:30 (UTC)
16d8eca5 102 - Use Package::Stash for the stash manipulation bits (doy).
b08c2ab9 103
26e8f6f1 104
1050.14 2010-03-18 11:15:38 (CET)
bafb291c 106 - Disable auto_install.
107 - Turn the error prone debugger test into an author test.
108
26e8f6f1 109
1100.13 2010-01-17 02:40:48 (CET)
32ffc8cb 111 - Skip failing debugger tests on 5.8.8 and older.
112
26e8f6f1 113
1140.12 2010-01-14 03:22:03 (CET)
fe6c575c 115 - Stop relying on stash entries always being upgraded into real GVs
116 (Zefram).
117 - Work around $DB::sub (Yuval Kogman).
118 - Fix restoring of non-code symbols when cleaning (Ben Morrows).
119
26e8f6f1 120
1210.11 2009-03-03 17:34:49 (CET)
907dc7cc 122 - Added -cleanee option to specify the package to clean (Closes
123 RT#41850).
5fdeb922 124 - Added n:c->clean_subroutines($cleanee, @subs).
fcfe7810 125
26e8f6f1 126
1270.10 2009-02-20 14:31:36 (CET)
52bbba50 128 - Depend on B::Hooks::EndOfScope 0.07 to avoid segfaults and lost error
129 messages when something goes wrong.
40aef9d6 130
26e8f6f1 131
1320.09 2008-10-22 17:48:49 (CEST)
cc1392b6 133 - Use B::Hooks::EndOfScope instead of %^H + Scope::Guard.
134
26e8f6f1 135
1360.08 2008-03-09 22:01:01 (CET)
de673bbf 137 - Added explicit cleanup behaviour
138
26e8f6f1 139
1400.07 2008-03-09 20:13:33 (CET)
1a1be5dc 141 - Switched from Filter::EOF to a much saner implementation via
142 %^H and Scope::Guard. (mst & autobox)++ for this.
143
26e8f6f1 144
1450.06 2008-02-20 15:09:00 (CET)
99d2e6b6 146 - Fixed 'uninitialized value in ref-to-glob cast' error
147 if unimport was used before.
148
26e8f6f1 149
1500.05 2007-08-12 18:24:49 (CEST)
472d4b1e 151 - Minor POD improvements
152 - -except now accepts a single value too
153
26e8f6f1 154
1550.04 2007-03-17 16:22:10 (CET)
53e92ec5 156 - Added -except flag
157 - Non-CODE type slots will not be removed
158
26e8f6f1 159
1600.03 2007-02-24 22:34:55 (CET)
6c0ece9b 161 - Minor comment and POD cleanups
162 - Tried to clarify how the module works
163
26e8f6f1 164
1650.02 2007-02-19 00:38:24 (CET)
9b680ffe 166 - Added unimport behaviour
167
40aef9d6 168
26e8f6f1 1690.01 2007-02-18 17:33:18 (CET)
170 - Initial Version