From: Graham Knop Date: Fri, 1 Nov 2013 16:05:48 +0000 (-0400) Subject: Version 0.12 X-Git-Tag: Devel-GlobalDestruction-0.12^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=commitdiff_plain;h=5936cc8318f15c0e59deb8c568c7b73a0dafd485 Version 0.12 --- diff --git a/Changes b/Changes index 59bc652..14f08b3 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -0.12 +0.12 Fri, 01 Nov 2013 * Fix detection when loaded during global destruction by checking B::main_cv instead of B::main_start * Bump Sub::Exporter::Progressive dependency to fix loading in global diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index 9ce9a70..092eb21 100644 --- a/lib/Devel/GlobalDestruction.pm +++ b/lib/Devel/GlobalDestruction.pm @@ -3,7 +3,7 @@ package Devel::GlobalDestruction; use strict; use warnings; -our $VERSION = '0.11'; +our $VERSION = '0.12'; use Sub::Exporter::Progressive -setup => { exports => [ qw(in_global_destruction) ],