From: Shawn M Moore Date: Fri, 5 Dec 2008 01:21:39 +0000 (+0000) Subject: Bump to 0.13 X-Git-Tag: 0.19~139 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de51e718045222d06aebbb34cc943927008a5512;p=gitmo%2FMouse.git Bump to 0.13 --- diff --git a/Changes b/Changes index b2c501f..d167e55 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Mouse +0.13 + 0.12 Thu Dec 4 19:23:10 2008 * Provide Test::Exception function unless it's version 0.27 - RT #41254 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 380d9b2..12e4707 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use strict; use warnings; use base 'Exporter'; -our $VERSION = '0.12'; +our $VERSION = '0.13'; use 5.006; use Carp 'confess';