changelog and version bump Devel-GlobalDestruction-0.05
Jesse Luehrs [Thu, 26 Apr 2012 22:15:23 +0000 (17:15 -0500)]
Changes
lib/Devel/GlobalDestruction.pm

diff --git a/Changes b/Changes
index 43b9663..7edf8f8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.05  Thu, 26 Apr 2012
   * Pure-perl implementation for situations where neither ${^GLOBAL_PHASE} nor
     XS are available
 
index cf94048..99bc19d 100644 (file)
@@ -3,7 +3,7 @@ package Devel::GlobalDestruction;
 use strict;
 use warnings;
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use Sub::Exporter -setup => {
     exports => [ qw(in_global_destruction) ],