From: Peter Rabbitson Date: Wed, 18 May 2016 02:27:16 +0000 (+0200) Subject: Version 0.27 X-Git-Tag: 0.27^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fnamespace-clean.git;a=commitdiff_plain;h=77b619d773e7bfa03d01003d6e17c9f6e2f7beeb Version 0.27 --- diff --git a/Changes b/Changes index 2379d72..02b0a61 100644 --- 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) diff --git a/lib/namespace/clean.pm b/lib/namespace/clean.pm index 478105e..3650658 100644 --- a/lib/namespace/clean.pm +++ b/lib/namespace/clean.pm @@ -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';