From: gfx Date: Sun, 27 Sep 2009 07:56:35 +0000 (+0900) Subject: Checking in changes prior to tagging of version 0.36. Changelog diff is: X-Git-Tag: 0.36^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=15cc3e179c0724ee3d786185b142f380d8e71aaf Checking in changes prior to tagging of version 0.36. Changelog diff is: --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 4ff403f..69c012f 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use 5.006_002; use strict; use warnings; -our $VERSION = '0.35'; +our $VERSION = '0.36'; use Exporter; diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm index 1788815..886620c 100644 --- a/lib/Mouse/Spec.pm +++ b/lib/Mouse/Spec.pm @@ -2,7 +2,7 @@ package Mouse::Spec; use strict; use warnings; -our $VERSION = '0.35'; +our $VERSION = '0.36'; our $MouseVersion = $VERSION; our $MooseVersion = '0.90';