From: Peter Rabbitson Date: Wed, 3 Aug 2011 21:23:20 +0000 (+0200) Subject: Version 0.21 X-Git-Tag: 0.21^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8620b198b0296880224c921ee5619d62832992f4;p=p5sagit%2Fnamespace-clean.git Version 0.21 --- diff --git a/Changes b/Changes index 1490679..561d819 100644 --- 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 diff --git a/lib/namespace/clean.pm b/lib/namespace/clean.pm index 95a9ce1..6d0753a 100644 --- a/lib/namespace/clean.pm +++ b/lib/namespace/clean.pm @@ -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';