From: Matt S Trout Date: Mon, 14 Nov 2011 23:58:34 +0000 (+0000) Subject: bump Moo.pm version X-Git-Tag: v0.009012~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e82707e52d3062e3da1cf4379bd13a315473efc;p=gitmo%2FRole-Tiny.git bump Moo.pm version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index f7633cd..c146af8 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -4,7 +4,7 @@ use strictures 1; use Moo::_Utils; use B 'perlstring'; -our $VERSION = '0.009011'; # 0.9.11 +our $VERSION = '0.009012'; # 0.9.12 $VERSION = eval $VERSION; our %MAKERS;