projects
/
p5sagit/namespace-clean.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fa84e42
)
Trial release preparing for pure-perl-capable 0.21
Peter Rabbitson [Sun, 31 Jul 2011 09:25:40 +0000 (11:25 +0200)]
Changes
patch
|
blob
|
blame
|
history
lib/namespace/clean.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
8172bab
..
6d79367
100644
(file)
--- 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
(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';
+our $VERSION = '0.20_01';
$STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';