From: Peter Rabbitson Date: Wed, 8 Aug 2012 23:04:21 +0000 (+0200) Subject: Version 0.09 X-Git-Tag: Devel-GlobalDestruction-0.09^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=commitdiff_plain;h=23d57d814f3de626fe938d6502bb37b489ebd75a Version 0.09 --- diff --git a/Changes b/Changes index 9c9be7f..379c0ff 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.09 Wed, 08 Aug 2012 * Rewrite completely broken pure-perl GD detection under threads * Fix pure-perl implementation incorrectly reporting GD during END phase diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index 3bb0b7c..9378650 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.08'; +our $VERSION = '0.09'; use Sub::Exporter::Progressive -setup => { exports => [ qw(in_global_destruction) ],