From: Matt S Trout Date: Sat, 5 May 2012 19:55:22 +0000 (+0000) Subject: bump version X-Git-Tag: v0.091002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d86434108c8df1916caae69a6f6803623b72d32;hp=a3411285078bba94ab2f354d78e68c7f441687b4;p=gitmo%2FMoo.git bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index f4023cb..0ba523e 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.091001'; # 0.91.1 +our $VERSION = '0.091002'; # 0.91.2 $VERSION = eval $VERSION; require Moo::sification;