From: Florian Ragwitz Date: Tue, 31 Jul 2012 20:19:31 +0000 (-0400) Subject: Version 0.08 X-Git-Tag: Devel-GlobalDestruction-0.08^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=commitdiff_plain;h=1c89491db81832310d3dfa9037a0fea4d4acd98e Version 0.08 --- diff --git a/Changes b/Changes index e95f19e..a5eeb6a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.08 Tue, 31 Jul 2012 * Switch to Sub::Exporter::Progressive 0.07 Wed, 25 Jul 2012 diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index 1afa72a..0519b40 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.07'; +our $VERSION = '0.08'; use Sub::Exporter::Progressive -setup => { exports => [ qw(in_global_destruction) ],