Version 0.21 0.21
Peter Rabbitson [Wed, 3 Aug 2011 21:23:20 +0000 (23:23 +0200)]
Changes
lib/namespace/clean.pm

diff --git a/Changes b/Changes
index 1490679..561d819 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+    [0.21]
         - When using the tie() fallback ensure we do not obliterate a
           foreign tie()
         - Better document how to disable the tie() fallback
index 95a9ce1..6d0753a 100644 (file)
@@ -7,7 +7,7 @@ use strict;
 use vars qw( $STORAGE_VAR );
 use Package::Stash;
 
-our $VERSION = '0.20_01';
+our $VERSION = '0.21';
 
 $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';