Version 0.07 Devel-GlobalDestruction-0.07
Florian Ragwitz [Wed, 25 Jul 2012 15:14:16 +0000 (11:14 -0400)]
Changes
lib/Devel/GlobalDestruction.pm

diff --git a/Changes b/Changes
index d22d8fb..ae05f3f 100644 (file)
--- 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
 
index 418805d..5507824 100644 (file)
@@ -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) ],