From: Peter Rabbitson Date: Sun, 31 Jul 2011 09:25:40 +0000 (+0200) Subject: Trial release preparing for pure-perl-capable 0.21 X-Git-Tag: 0.21~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1202ce4b71d902650886b0bb6f6e86026bb14966;p=p5sagit%2Fnamespace-clean.git Trial release preparing for pure-perl-capable 0.21 --- diff --git a/Changes b/Changes index 8172bab..6d79367 100644 --- 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) diff --git a/lib/namespace/clean.pm b/lib/namespace/clean.pm index 41cd7a3..0792846 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'; +our $VERSION = '0.20_01'; $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';