Version 0.23 0.23
Peter Rabbitson [Sun, 11 Mar 2012 15:05:34 +0000 (16:05 +0100)]
Changes
lib/namespace/clean.pm

diff --git a/Changes b/Changes
index faa9715..036903a 100644 (file)
--- 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)
 
index e3cbb99..c030700 100644 (file)
@@ -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';