From: Matt S Trout Date: Mon, 14 May 2012 20:37:37 +0000 (+0000) Subject: bump version X-Git-Tag: v0.091005~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ba54b2f98b082b11a3e98c82c55c427c1d76859;hp=78a56d87736814cb3874a216e3972b7f25ed43b3;p=gitmo%2FMoo.git bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index a00416d..c2e8d3e 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.091004'; # 0.91.4 +our $VERSION = '0.091005'; # 0.91.5 $VERSION = eval $VERSION; require Moo::sification;