Another devrel to see how happy smokers are
Peter Rabbitson [Thu, 22 Dec 2011 11:36:37 +0000 (12:36 +0100)]
Changes
lib/namespace/clean.pm

diff --git a/Changes b/Changes
index 6c43eed..7c821b3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+    [0.21_02]
         - Replace the %^H tie approach with fieldhashes, fixes all known
           corner cases and caveats on supported perls >= 5.8.1 (FC)
         - Compile away the debugger fixup on perls >= 5.15.5 (FC)
index c1450b4..f8fcf21 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 use vars qw( $STORAGE_VAR );
 use Package::Stash;
 
-our $VERSION = '0.21_01';
+our $VERSION = '0.21_02';
 
 $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';