From: Peter Rabbitson Date: Thu, 22 Dec 2011 11:36:37 +0000 (+0100) Subject: Another devrel to see how happy smokers are X-Git-Tag: 0.22~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fnamespace-clean.git;a=commitdiff_plain;h=b5f1720124defc02ef78a6639ea9106b646bde76 Another devrel to see how happy smokers are --- diff --git a/Changes b/Changes index 6c43eed..7c821b3 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ + [0.21_02] - Replace the %^H tie approach with fieldhashes, fixes all known corner cases and caveats on supported perls >= 5.8.1 (FC) - Compile away the debugger fixup on perls >= 5.15.5 (FC) diff --git a/lib/namespace/clean.pm b/lib/namespace/clean.pm index c1450b4..f8fcf21 100644 --- a/lib/namespace/clean.pm +++ b/lib/namespace/clean.pm @@ -6,7 +6,7 @@ use strict; use vars qw( $STORAGE_VAR ); use Package::Stash; -our $VERSION = '0.21_01'; +our $VERSION = '0.21_02'; $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';