projects
/
p5sagit/namespace-clean.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
656ec55
)
Trial release to smoketest the hinthash handling changes
Peter Rabbitson [Wed, 21 Dec 2011 11:39:11 +0000 (12:39 +0100)]
Changes
patch
|
blob
|
blame
|
history
lib/namespace/clean.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
8352a79
..
2494fe5
100644
(file)
--- 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
(file)
--- 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';