X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoo.pm;h=ddb9779b4087b17268d2e208d19affb4737e6578;hb=ea296ea0d1030f3e942b8d76f3a3dc511c7e35f9;hp=03e406c7ad2fe77af51878b6922c1a7f919c8a23;hpb=5da684a2ee4e2b4c68b73a6a341a72dbac2677bd;p=gitmo%2FMoo.git diff --git a/lib/Moo.pm b/lib/Moo.pm index 03e406c..ddb9779 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -3,7 +3,7 @@ package Moo; use strictures 1; use Moo::_Utils; -our $VERSION = '0.009005'; # 0.9.5 +our $VERSION = '0.009006'; # 0.9.6 $VERSION = eval $VERSION; our %MAKERS;