projects
/
p5sagit/namespace-clean.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c81fe1d
)
Version 0.27
0.27
Peter Rabbitson [Wed, 18 May 2016 02:27:16 +0000 (
04:27
+0200)]
Changes
patch
|
blob
|
blame
|
history
lib/namespace/clean.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
2379d72
..
02b0a61
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,4
+1,4
@@
-
+0.27 2016-05-18 02:24 (UTC)
- Allow packages to be cleaned multiple times
- Ensure the debugger workarounds are applied only when
DB::sub is actively used (they are superfluous otherwise)
diff --git
a/lib/namespace/clean.pm
b/lib/namespace/clean.pm
index
478105e
..
3650658
100644
(file)
--- a/
lib/namespace/clean.pm
+++ b/
lib/namespace/clean.pm
@@
-3,7
+3,7
@@
package namespace::clean;
use warnings;
use strict;
-our $VERSION = '0.26';
+our $VERSION = '0.27';
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
our $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';