From: Shawn M Moore Date: Sun, 2 Nov 2008 16:45:26 +0000 (+0000) Subject: Bump to 0.12 X-Git-Tag: 0.19~152 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f46c4bd0be3450c60b7405a5eb84f9bb9c221ac;p=gitmo%2FMouse.git Bump to 0.12 --- diff --git a/Changes b/Changes index 83aafd0..704df1e 100644 --- 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 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 20283e8..380d9b2 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -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';