From: Florian Ragwitz Date: Wed, 25 Jul 2012 15:14:16 +0000 (-0400) Subject: Version 0.07 X-Git-Tag: Devel-GlobalDestruction-0.07^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78be2b4a5f7971e996f688e20ae18d3e7e4931db;p=p5sagit%2FDevel-GlobalDestruction.git Version 0.07 --- diff --git a/Changes b/Changes index d22d8fb..ae05f3f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.07 Wed, 25 Jul 2012 * Actually detect errors in pure-perl test * Add prototype to pure-perl pre-5.14 version diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index 418805d..5507824 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.06'; +our $VERSION = '0.07'; use Sub::Exporter -setup => { exports => [ qw(in_global_destruction) ],