0.9.5 release commit release_0.9.5
Matt S Trout [Tue, 11 Jan 2011 21:58:07 +0000 (21:58 +0000)]
Changes
lib/Moo.pm

diff --git a/Changes b/Changes
index 87e81f1..bf9b6f4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.9.5 Tue Jan 11 2011
   - Fix clobberage of runtime-installed wrappers by Sub::Defer
   - Fix nonMoo constructor firing through multiple layers of Moo
   - Fix bug where nonMoo is mistakenly detected given a Moo superclass
index 33d33ac..a06eae1 100644 (file)
@@ -3,7 +3,7 @@ package Moo;
 use strictures 1;
 use Moo::_Utils;
 
-our $VERSION = '0.009004'; # 0.9.4
+our $VERSION = '0.009005'; # 0.9.5
 $VERSION = eval $VERSION;
 
 our %MAKERS;