From: Shawn M Moore Date: Fri, 10 Apr 2009 00:23:09 +0000 (-0400) Subject: Bump to 0.21 X-Git-Tag: 0.21~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=6b646f93cdb9d06f002b1bd548e3c47e3a6f5e84;hp=6614c108c8352daf75d6991ec550d1f520bc76f1 Bump to 0.21 --- diff --git a/Changes b/Changes index 0779106..80b46a6 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for Mouse -0.20 +0.21 + + +0.20 Thu Apr 9 20:22:33 2009 * Squirrel is now deprecated. Use Any::Moose instead (Sartak) * To improve Moose compat, the third argument to trigger diff --git a/lib/Mouse.pm b/lib/Mouse.pm index ea37765..ea4977f 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; use Carp 'confess'; use Scalar::Util 'blessed';