From: Matt S Trout Date: Tue, 26 Jun 2012 19:31:16 +0000 (+0000) Subject: 0.91.10 version bump X-Git-Tag: v0.091010~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=759c80df6984f9644086838d43187c3d33052cf3;p=gitmo%2FMoo.git 0.91.10 version bump --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 1dd93ef..07612b8 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.091009'; # 0.91.9 +our $VERSION = '0.091010'; # 0.91.10 $VERSION = eval $VERSION; require Moo::sification;