Trial release to smoketest the hinthash handling changes
[p5sagit/namespace-clean.git] / lib / namespace / clean.pm
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';