Version 0.12 Devel-GlobalDestruction-0.12
Graham Knop [Fri, 1 Nov 2013 16:05:48 +0000 (12:05 -0400)]
Changes
lib/Devel/GlobalDestruction.pm

diff --git a/Changes b/Changes
index 59bc652..14f08b3 100644 (file)
--- 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
index 9ce9a70..092eb21 100644 (file)
@@ -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) ],