Trial release preparing for pure-perl-capable 0.21
Peter Rabbitson [Sun, 31 Jul 2011 09:25:40 +0000 (11:25 +0200)]
Changes
lib/namespace/clean.pm

diff --git a/Changes b/Changes
index 8172bab..6d79367 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+    [0.20_01] (the "mst made me do it" release)
         - Only invoke the deleted sub stashing if we run udner a debugger
           (avoid runtime penalty of Sub::Name/Sub::Identify)
         - Spellfixes (RT#54388)
index 41cd7a3..0792846 100644 (file)
@@ -7,7 +7,7 @@ use strict;
 use vars qw( $STORAGE_VAR );
 use Package::Stash;
 
-our $VERSION = '0.20';
+our $VERSION = '0.20_01';
 
 $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';