From: gfx Date: Tue, 22 Sep 2009 02:08:41 +0000 (+0900) Subject: version 0.31 X-Git-Tag: 0.32~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=f6e5adac67578b48faa24c78a44532fa0c0f39ad version 0.31 --- diff --git a/Changes b/Changes index c086c39..52cb806 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Mouse -0.31 +0.31 Tue Sep 22 11:08:12 2009 * Add find_meta() and does_role() to Mouse::Util (gfx) diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 8244532..771d32e 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.30'; +our $VERSION = '0.31'; use Carp 'confess'; use Scalar::Util 'blessed';