From: Matt S Trout Date: Wed, 20 Jun 2012 18:06:11 +0000 (+0000) Subject: bump version X-Git-Tag: v0.091009~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=33c6cfea846642e67b46105edffb62d9c549d67b bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 1ae8f60..6aa9cd2 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.091008'; # 0.91.8 +our $VERSION = '0.091009'; # 0.91.9 $VERSION = eval $VERSION; require Moo::sification;