From: Matt S Trout Date: Tue, 11 Jan 2011 21:58:07 +0000 (+0000) Subject: 0.9.5 release commit X-Git-Tag: release_0.9.5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=86fd58e79443f7642bb7d7dc2d9c20b64f6070f0;p=gitmo%2FRole-Tiny.git 0.9.5 release commit --- diff --git a/Changes b/Changes index 87e81f1..bf9b6f4 100644 --- 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 diff --git a/lib/Moo.pm b/lib/Moo.pm index 33d33ac..a06eae1 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -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;