Version 0.25 0.25
Peter Rabbitson [Wed, 5 Mar 2014 11:26:15 +0000 (12:26 +0100)]
Changes
lib/namespace/clean.pm

diff --git a/Changes b/Changes
index 664633f..cccc00c 100644 (file)
--- 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
index a4835a0..209dd02 100644 (file)
@@ -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';