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