Bump to 0.12
Shawn M Moore [Sun, 2 Nov 2008 16:45:26 +0000 (16:45 +0000)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index 83aafd0..704df1e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Mouse
 
+0.12
+
 0.11 Sun Nov 2 11:35:04 2008
     * Throw an error if accessor/predicate/clearer/handles code eval fails
 
index 20283e8..380d9b2 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base 'Exporter';
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 use 5.006;
 
 use Carp 'confess';