From: gfx Date: Sat, 26 Sep 2009 03:40:58 +0000 (+0900) Subject: Checking in changes prior to tagging of version 0.35. Changelog diff is: X-Git-Tag: 0.35^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=015e0320a4392ad8d6cae97e0e056af47f356508 Checking in changes prior to tagging of version 0.35. Changelog diff is: --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index d4ab925..4ff403f 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use 5.006_002; use strict; use warnings; -our $VERSION = '0.34'; +our $VERSION = '0.35'; use Exporter;