version 0.37_03
gfx [Wed, 7 Oct 2009 12:09:48 +0000 (21:09 +0900)]
lib/Mouse.pm
lib/Mouse/Spec.pm

index 877fc6f..d57d75e 100644 (file)
@@ -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);
index 28e10a4..f6b9613 100644 (file)
@@ -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';