From: Shawn M Moore Date: Wed, 27 May 2009 20:57:45 +0000 (-0400) Subject: Bump to 0.24 X-Git-Tag: 0.24~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=eb6f444462e64af1280ee10d00e8b9020c7fa513 Bump to 0.24 --- diff --git a/Changes b/Changes index 899f627..7de2342 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Mouse +0.24 + 0.23 Wed May 27 16:52:28 2009 * Take the mro::linearized_isa DEMOLISHALL fix from Moose (originally by doy) diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 22792c9..7cdd243 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.23'; +our $VERSION = '0.24'; use Carp 'confess'; use Scalar::Util 'blessed';