From: Matt S Trout Date: Sun, 6 May 2012 19:56:25 +0000 (+0000) Subject: bump version X-Git-Tag: v0.091003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=8cf900aeb2d8e350d5432d8fa374c816ca43f3a8 bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index a65bdb5..5d47641 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.091002'; # 0.91.2 +our $VERSION = '0.091003'; # 0.91.3 $VERSION = eval $VERSION; require Moo::sification;