From: Peter Rabbitson Date: Tue, 4 Dec 2012 22:56:51 +0000 (+0100) Subject: Version 0.24 X-Git-Tag: 0.24^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=33f4d157cba1cb0895271aa43a3914011a25df2e;p=p5sagit%2Fnamespace-clean.git Version 0.24 --- diff --git a/Changes b/Changes index c28a244..664633f 100644 --- 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) diff --git a/lib/namespace/clean.pm b/lib/namespace/clean.pm index 6d479d9..a4835a0 100644 --- a/lib/namespace/clean.pm +++ b/lib/namespace/clean.pm @@ -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';