projects
/
p5sagit/namespace-clean.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4e90830
)
Version 0.21
0.21
Peter Rabbitson [Wed, 3 Aug 2011 21:23:20 +0000 (23:23 +0200)]
Changes
patch
|
blob
|
blame
|
history
lib/namespace/clean.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
1490679
..
561d819
100644
(file)
--- 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
(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.20_01';
+our $VERSION = '0.21';
$STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';