From: Matt S Trout Date: Wed, 18 Jul 2012 20:04:30 +0000 (+0000) Subject: version bump - 1.0 X-Git-Tag: v1.000000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a89d644fc4c8e201a2ebe4f513bffc7bb46ca040;p=gitmo%2FMoo.git version bump - 1.0 --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 35c2df6..ed2549e 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.091014'; # 0.91.14 +our $VERSION = '1.000000'; # 1.0.0 $VERSION = eval $VERSION; require Moo::sification;