From: Matt S Trout Date: Sat, 14 Jul 2012 16:12:15 +0000 (+0000) Subject: bump version X-Git-Tag: v0.091012~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e397d2b2585f155d990339f09ab65aa1ffb2c847;p=gitmo%2FMoo.git bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 1566c65..1c68e23 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -5,7 +5,7 @@ use Moo::_Utils; use B 'perlstring'; use Sub::Defer (); -our $VERSION = '0.091011'; # 0.91.11 +our $VERSION = '0.091012'; # 0.91.12 $VERSION = eval $VERSION; require Moo::sification;