From: Peter Rabbitson Date: Wed, 13 Jun 2012 22:56:26 +0000 (+0200) Subject: Version 0.06 X-Git-Tag: Devel-GlobalDestruction-0.06^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=19a66cb4bd2afb3036d4ad05c6e30713023bc107;hp=c65b758feada06f763ef7f0eb7cbb0a09460671f;p=p5sagit%2FDevel-GlobalDestruction.git Version 0.06 --- diff --git a/Changes b/Changes index 068290f..7c56904 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.06 Thu, 14 Jun 2012 * De-retardize XS-less behavior under SpeedyCGI * Test suite now works from within space-containing paths diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index aa623fa..9030ae7 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.05'; +our $VERSION = '0.06'; use Sub::Exporter -setup => { exports => [ qw(in_global_destruction) ],