+0.10 Tue, 26 Mar 2013
+ * Rewrite pure-perl implementation in terms of B::main_start
+ (greatly simplifies code)
* Fix pure-perl behavior under $^C (RT#78619))
+ * Separate XS portion into a compiler-optional dependency
+ Devel::GlobalDestruction::XS
0.09 Wed, 08 Aug 2012
* Rewrite completely broken pure-perl GD detection under threads
use strict;
use warnings;
-our $VERSION = '0.09';
+our $VERSION = '0.10';
use Sub::Exporter::Progressive -setup => {
exports => [ qw(in_global_destruction) ],
=head1 NAME
-Devel::GlobalDestruction - Expose the flag which marks global
-destruction.
+Devel::GlobalDestruction - Provides function returning the equivalent of
+C<${^GLOBAL_PHASE} eq 'DESTRUCT'> for older perls.
=head1 SYNOPSIS