From: Matt S Trout Date: Sat, 4 Aug 2012 10:23:55 +0000 (+0000) Subject: bump version X-Git-Tag: v1.000002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=6276fb9312263c60b54502204e856170c3772fe6 bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 545db75..02cb23c 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -5,7 +5,7 @@ use Moo::_Utils; use B 'perlstring'; use Sub::Defer (); -our $VERSION = '1.000001'; # 1.0.1 +our $VERSION = '1.000002'; # 1.0.2 $VERSION = eval $VERSION; require Moo::sification;