Version 0.09. 0.09
Florian Ragwitz [Wed, 22 Oct 2008 15:49:39 +0000 (17:49 +0200)]
Changes
lib/namespace/clean.pm

diff --git a/Changes b/Changes
index db1b859..1a96091 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 
+    [0.09] Wed Oct 22 17:48:49 CEST 2008
+        - Use B::Hooks::EndOfScope instead of %^H + Scope::Guard.
+
     [0.08] Sun Mar  9 22:01:01 CET 2008
         - Added explicit cleanup behaviour
 
index ffda29a..214bbb0 100644 (file)
@@ -19,7 +19,7 @@ use B::Hooks::EndOfScope;
 
 =cut
 
-$VERSION         = 0.08;
+$VERSION         = 0.09;
 $STORAGE_VAR     = '__NAMESPACE_CLEAN_STORAGE';
 
 =head1 SYNOPSIS