version 0.37_02
gfx [Sat, 3 Oct 2009 03:26:14 +0000 (12:26 +0900)]
lib/Mouse.pm
lib/Mouse/Spec.pm

index 1f8e2e2..8c0df35 100644 (file)
@@ -4,7 +4,7 @@ use 5.006_002;
 use strict;
 use warnings;
 
-our $VERSION = '0.37_01';
+our $VERSION = '0.37_02';
 
 use Exporter;
 
index 03982f1..28e10a4 100644 (file)
@@ -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';