version 0.31
gfx [Tue, 22 Sep 2009 02:08:41 +0000 (11:08 +0900)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index c086c39..52cb806 100644 (file)
--- 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)
 
index 8244532..771d32e 100644 (file)
@@ -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';