From: Shawn M Moore Date: Tue, 16 Dec 2008 07:10:09 +0000 (+0000) Subject: Bump to 0.14 X-Git-Tag: 0.19~111 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4216fc14597a0cb62cbb732fd12b77765b109145;p=gitmo%2FMouse.git Bump to 0.14 --- diff --git a/Changes b/Changes index 26bb0fe..844639a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Mouse +0.14 + 0.13 Tue Dec 16 02:01:40 2008 * Pass in the instance to the default sub in the constructor (reported with failing tests by rjbs) diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 29815cb..2be14ae 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.13'; +our $VERSION = '0.14'; use 5.006; BEGIN {