From: gfx Date: Sat, 3 Oct 2009 03:26:14 +0000 (+0900) Subject: version 0.37_02 X-Git-Tag: 0.37_02~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=a55f82bae0f11abaab7932c4deee4f924dec647a version 0.37_02 --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 1f8e2e2..8c0df35 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use 5.006_002; use strict; use warnings; -our $VERSION = '0.37_01'; +our $VERSION = '0.37_02'; use Exporter; diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm index 03982f1..28e10a4 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.37_01'; +our $VERSION = '0.37_02'; our $MouseVersion = $VERSION; our $MooseVersion = '0.90';