From: Peter Rabbitson Date: Sun, 11 Mar 2012 15:05:34 +0000 (+0100) Subject: Version 0.23 X-Git-Tag: 0.23^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fnamespace-clean.git;a=commitdiff_plain;h=c862e8090f86dcd2787feecb133269d92c9fd508 Version 0.23 --- diff --git a/Changes b/Changes index faa9715..036903a 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ + [0.23] - Rely on B::Hooks::EndOfScope version 0.10 to fix issues with new Module::Runtime versions (>= 0.012) on perl 5.10 due to incorrect hook firing due to %^H localisation. - - Fix failures on 5.13.6 due to incorrect version number threshold (RT#74683) diff --git a/lib/namespace/clean.pm b/lib/namespace/clean.pm index e3cbb99..c030700 100644 --- a/lib/namespace/clean.pm +++ b/lib/namespace/clean.pm @@ -6,7 +6,7 @@ use strict; use vars qw( $STORAGE_VAR ); use Package::Stash; -our $VERSION = '0.22'; +our $VERSION = '0.23'; $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';