Trial release to smoketest the hinthash handling changes
Peter Rabbitson [Wed, 21 Dec 2011 11:39:11 +0000 (12:39 +0100)]
Changes
lib/namespace/clean.pm

diff --git a/Changes b/Changes
index 8352a79..2494fe5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+    [0.21_01]
         - More robust handling of the tied %^H in pure perl mode (RT#73402)
         - Limit the debugger workarounds to perls between 5.8.8 and 5.14,
           extend debugger support to all perl versions (FC) (RT#69862)
index 1e6d51a..7db0875 100644 (file)
@@ -7,7 +7,7 @@ use strict;
 use vars qw( $STORAGE_VAR );
 use Package::Stash;
 
-our $VERSION = '0.21';
+our $VERSION = '0.21_01';
 
 $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';