projects
/
p5sagit/namespace-clean.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
253c58b
)
Version 0.26
0.26
Peter Rabbitson [Wed, 7 Oct 2015 17:44:57 +0000 (19:44 +0200)]
Changes
patch
|
blob
|
blame
|
history
lib/namespace/clean.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
417f311
..
59aa559
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+0.26 2015-10-07 17:43 (UTC)
- Exclusively use Package::Stash::PP on perls < 5.8.7 until a fixed
Package::Stash::XS ships - breakage keeps getting reintroduced
( RT#107343, RT#74151 )
diff --git
a/lib/namespace/clean.pm
b/lib/namespace/clean.pm
index
e53c26e
..
1aaf795
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.25';
+our $VERSION = '0.26';
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
our $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';