From: Matt S Trout Date: Wed, 27 Jun 2012 00:45:30 +0000 (+0000) Subject: bump version X-Git-Tag: v0.091011~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a37b2044b15fb1946e7bff322d109c16b6d89826;hp=ee22f92c7ec2167d4a65c529588acea3f480f9bc;p=gitmo%2FMoo.git bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 25d50e0..76ed286 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.091010'; # 0.91.10 +our $VERSION = '0.091011'; # 0.91.11 $VERSION = eval $VERSION; require Moo::sification;