From: Matt S Trout Date: Wed, 16 May 2012 17:49:47 +0000 (+0000) Subject: bump version X-Git-Tag: v0.091006~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=d2e85ad34db7f64a6c3aa318e175472a1cd3f29f bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index c2e8d3e..52bb066 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.091005'; # 0.91.5 +our $VERSION = '0.091006'; # 0.91.6 $VERSION = eval $VERSION; require Moo::sification;