From: Peter Rabbitson Date: Wed, 5 Mar 2014 11:26:15 +0000 (+0100) Subject: Version 0.25 X-Git-Tag: 0.25^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=62a2161293f142804e8627ab14eb193afd9b76fa;p=p5sagit%2Fnamespace-clean.git Version 0.25 --- diff --git a/Changes b/Changes index 664633f..cccc00c 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ + [0.25] + - Fix incorrect ExtUtils::CBuilder detection routine leading to + Makefile.PL crashes when EU::CB is not available + [0.24] - Properly skip debugger test when optional deps not available - Make sure pure-perl tests pass correctly on space-containing diff --git a/lib/namespace/clean.pm b/lib/namespace/clean.pm index a4835a0..209dd02 100644 --- a/lib/namespace/clean.pm +++ b/lib/namespace/clean.pm @@ -5,7 +5,7 @@ use strict; use Package::Stash; -our $VERSION = '0.24'; +our $VERSION = '0.25'; our $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE'; use B::Hooks::EndOfScope 'on_scope_end';