Version 0.11 Devel-GlobalDestruction-0.11
Graham Knop [Wed, 3 Apr 2013 15:50:49 +0000 (11:50 -0400)]
Changes
lib/Devel/GlobalDestruction.pm

diff --git a/Changes b/Changes
index e39b54e..79f0401 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.11  Wed, 03 Apr 2013
+  * Fix upgrading from version 0.09 or older
+
 0.10  Tue, 26 Mar 2013
   * Rewrite pure-perl implementation in terms of B::main_start
     (greatly simplifies code)
index 263b4b5..0ade202 100644 (file)
@@ -3,7 +3,7 @@ package Devel::GlobalDestruction;
 use strict;
 use warnings;
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 use Sub::Exporter::Progressive -setup => {
   exports => [ qw(in_global_destruction) ],