From: Peter Rabbitson Date: Wed, 21 Dec 2011 11:39:11 +0000 (+0100) Subject: Trial release to smoketest the hinthash handling changes X-Git-Tag: 0.22~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d87b743521ce656edc828bd707764b6a163b3e33;hp=656ec55b51c454ca3d8a06a728a4f6c06d6db5d5;p=p5sagit%2Fnamespace-clean.git Trial release to smoketest the hinthash handling changes --- diff --git a/Changes b/Changes index 8352a79..2494fe5 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ + [0.21_01] - More robust handling of the tied %^H in pure perl mode (RT#73402) - Limit the debugger workarounds to perls between 5.8.8 and 5.14, extend debugger support to all perl versions (FC) (RT#69862) diff --git a/lib/namespace/clean.pm b/lib/namespace/clean.pm index 1e6d51a..7db0875 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.21'; +our $VERSION = '0.21_01'; $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';