bump Sub::Exporter::Progressive dep to fix loading in global destruction
[p5sagit/Devel-GlobalDestruction.git] / Changes
CommitLineData
9e92a622 10.11 Wed, 03 Apr 2013
2 * Fix upgrading from version 0.09 or older
3
753fd2ff 40.10 Tue, 26 Mar 2013
5 * Rewrite pure-perl implementation in terms of B::main_start
6 (greatly simplifies code)
09b12813 7 * Fix pure-perl behavior under $^C (RT#78619))
753fd2ff 8 * Separate XS portion into a compiler-optional dependency
9 Devel::GlobalDestruction::XS
09b12813 10
23d57d81 110.09 Wed, 08 Aug 2012
b0a03550 12 * Rewrite completely broken pure-perl GD detection under threads
140a3884 13 * Fix pure-perl implementation incorrectly reporting GD during END phase
14
1c89491d 150.08 Tue, 31 Jul 2012
aaccce0c 16 * Switch to Sub::Exporter::Progressive
17
78be2b4a 180.07 Wed, 25 Jul 2012
6d3e0a6f 19 * Actually detect errors in pure-perl test
41ec1eaf 20 * Add prototype to pure-perl pre-5.14 version
6d3e0a6f 21
19a66cb4 220.06 Thu, 14 Jun 2012
9d5ad143 23 * De-retardize XS-less behavior under SpeedyCGI
c65b758f 24 * Test suite now works from within space-containing paths
9d5ad143 25
989c3c9a 260.05 Thu, 26 Apr 2012
9aaf3646 27 * Pure-perl implementation for situations where neither ${^GLOBAL_PHASE} nor
28 XS are available
29
aaa7f60f 300.04 Sun, 03 Jul 2011 11:28:51 +0200
31 * To detect a perl with ${^GLOBAL_PHASE}, check for the feature itself instead
32 of a specific perl version (doy).
33 * Update the documentation to reflect the use of ${^GLOBAL_PHASE} if available
34 (doy).
35 * Stop depending on Scope::Guard for the tests (doy).
36 * Upgrade ppport.h from version 3.13 to 3.19.
37
ec94b9e1 380.03
39 * Drop the XS code on perl versions recent enough to have ${^GLOBAL_PHASE}.
40 * Drop code to support perls older than 5.6. We've always been depending on
41 5.6 anyway.
42 + Use XSLoader without a fallback to DynaLoader.
43 + Use our instead of use vars.