Version 0.10.
Florian Ragwitz [Fri, 20 Feb 2009 13:32:46 +0000 (14:32 +0100)]
Changes
lib/namespace/clean.pm

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.
index 2a9b255..91d0be4 100644 (file)
@@ -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