From: Matt S Trout Date: Thu, 12 Apr 2012 21:32:13 +0000 (+0000) Subject: another stupid mistake, another version bump X-Git-Tag: v0.009_016~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=34f3dc760656ba60d6b9747c3cd4201c92bd019e;hp=dbae620d5fb9c4d860011991df13c5a89387e7cc;p=gitmo%2FMoo.git another stupid mistake, another version bump --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 6450df8..470e681 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -4,7 +4,7 @@ use strictures 1; use Moo::_Utils; use B 'perlstring'; -our $VERSION = '0.009_015'; # 0.9.15 +our $VERSION = '0.009_016'; # 0.9.16 $VERSION = eval $VERSION; require Moo::sification;