projects
/
p5sagit/namespace-clean.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
727a1a2
)
Version 0.24
0.24
Peter Rabbitson [Tue, 4 Dec 2012 22:56:51 +0000 (23:56 +0100)]
Changes
patch
|
blob
|
blame
|
history
lib/namespace/clean.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
c28a244
..
664633f
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+ [0.24]
- Properly skip debugger test when optional deps not available
- Make sure pure-perl tests pass correctly on space-containing
paths (RT#77528)
diff --git
a/lib/namespace/clean.pm
b/lib/namespace/clean.pm
index
6d479d9
..
a4835a0
100644
(file)
--- a/
lib/namespace/clean.pm
+++ b/
lib/namespace/clean.pm
@@
-5,7
+5,7
@@
use strict;
use Package::Stash;
-our $VERSION = '0.23';
+our $VERSION = '0.24';
our $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';
use B::Hooks::EndOfScope 'on_scope_end';