Version 0.24 0.24
Peter Rabbitson [Tue, 4 Dec 2012 22:56:51 +0000 (23:56 +0100)]
Changes
lib/namespace/clean.pm

diff --git a/Changes b/Changes
index c28a244..664633f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+    [0.24]
         - Properly skip debugger test when optional deps not available
         - Make sure pure-perl tests pass correctly on space-containing
           paths (RT#77528)
index 6d479d9..a4835a0 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 
 use Package::Stash;
 
-our $VERSION = '0.23';
+our $VERSION = '0.24';
 our $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';
 
 use B::Hooks::EndOfScope 'on_scope_end';