Version 0.27 0.27
Peter Rabbitson [Wed, 18 May 2016 02:27:16 +0000 (04:27 +0200)]
Changes
lib/namespace/clean.pm

diff --git a/Changes b/Changes
index 2379d72..02b0a61 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-
+0.27  2016-05-18 02:24 (UTC)
         - Allow packages to be cleaned multiple times
         - Ensure the debugger workarounds are applied only when
           DB::sub is actively used (they are superfluous otherwise)
index 478105e..3650658 100644 (file)
@@ -3,7 +3,7 @@ package namespace::clean;
 use warnings;
 use strict;
 
-our $VERSION = '0.26';
+our $VERSION = '0.27';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 our $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';