From: Matt S Trout Date: Tue, 19 Jun 2012 14:11:18 +0000 (+0000) Subject: bump version X-Git-Tag: v0.091008~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=500423b763162608394687ce41e4df6c29dfeb17;p=gitmo%2FMoo.git bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 00aa4ed..1ae8f60 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.091007'; # 0.91.7 +our $VERSION = '0.091008'; # 0.91.8 $VERSION = eval $VERSION; require Moo::sification;