From: gfx <gfuji@cpan.org>
Date: Thu, 8 Oct 2009 11:53:44 +0000 (+0900)
Subject: version 0.37_04
X-Git-Tag: 0.37_04~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fc44e30e64cdf372dbbc22ad3f7f3a477eef5c51;p=gitmo%2FMouse.git

version 0.37_04
---

diff --git a/lib/Mouse.pm b/lib/Mouse.pm
index d964a84..03b77ed 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_03';
+our $VERSION = '0.37_04';
 
 use Carp qw(confess);
 use Scalar::Util qw(blessed);
diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm
index f6b9613..f9af436 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_03';
+our $VERSION = '0.37_04';
 
 our $MouseVersion = $VERSION;
 our $MooseVersion = '0.90';