From: Graham Knop Date: Wed, 3 Apr 2013 15:50:49 +0000 (-0400) Subject: Version 0.11 X-Git-Tag: Devel-GlobalDestruction-0.11^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae2be0be1b577b31eff59b01d2aff81643e9955b;p=p5sagit%2FDevel-GlobalDestruction.git Version 0.11 --- diff --git a/Changes b/Changes index e39b54e..79f0401 100644 --- 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) diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index 263b4b5..0ade202 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.10'; +our $VERSION = '0.11'; use Sub::Exporter::Progressive -setup => { exports => [ qw(in_global_destruction) ],