projects
/
p5sagit/namespace-clean.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
426562e
)
Version 0.10.
Florian Ragwitz [Fri, 20 Feb 2009 13:32:46 +0000 (14:32 +0100)]
Changes
patch
|
blob
|
blame
|
history
lib/namespace/clean.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
1a96091
..
9eb54a7
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+ [0.10] Fri Feb 20 14:31:36 CET 2009
+ - Depend on B::Hooks::EndOfScope 0.07 to avoid segfaults and lost error
+ messages when something goes wrong.
[0.09] Wed Oct 22 17:48:49 CEST 2008
- Use B::Hooks::EndOfScope instead of %^H + Scope::Guard.
diff --git
a/lib/namespace/clean.pm
b/lib/namespace/clean.pm
index
2a9b255
..
91d0be4
100644
(file)
--- a/
lib/namespace/clean.pm
+++ b/
lib/namespace/clean.pm
@@
-15,11
+15,11
@@
use B::Hooks::EndOfScope;
=head1 VERSION
-0.09
+0.10
=cut
-$VERSION = 0.09;
+$VERSION = 0.10;
$STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';
=head1 SYNOPSIS