From: gfx Date: Wed, 7 Oct 2009 12:09:48 +0000 (+0900) Subject: version 0.37_03 X-Git-Tag: 0.37_03~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=8f14f3a499eac923fc44e1b2f267ddab2f3e0c05 version 0.37_03 --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 877fc6f..d57d75e 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -3,7 +3,7 @@ use 5.006_002; use Mouse::Exporter; # enables strict and warnings -our $VERSION = '0.37_02'; +our $VERSION = '0.37_03'; use Carp qw(confess); use Scalar::Util qw(blessed); diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm index 28e10a4..f6b9613 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_02'; +our $VERSION = '0.37_03'; our $MouseVersion = $VERSION; our $MooseVersion = '0.90';