From: Jesse Luehrs Date: Thu, 26 Apr 2012 22:15:23 +0000 (-0500) Subject: changelog and version bump X-Git-Tag: Devel-GlobalDestruction-0.05 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=commitdiff_plain;h=refs%2Ftags%2FDevel-GlobalDestruction-0.05 changelog and version bump --- diff --git a/Changes b/Changes index 43b9663..7edf8f8 100644 --- 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 diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index cf94048..99bc19d 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.04'; +our $VERSION = '0.05'; use Sub::Exporter -setup => { exports => [ qw(in_global_destruction) ],