projects
/
p5sagit/Devel-GlobalDestruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
df69e81
)
Version 0.09
Devel-GlobalDestruction-0.09
Peter Rabbitson [Wed, 8 Aug 2012 23:04:21 +0000 (
01:04
+0200)]
Changes
patch
|
blob
|
blame
|
history
lib/Devel/GlobalDestruction.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
9c9be7f
..
379c0ff
100644
(file)
--- 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
(file)
--- 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) ],