Checking in changes prior to tagging of version 0.36. Changelog diff is: 0.36
gfx [Sun, 27 Sep 2009 07:56:35 +0000 (16:56 +0900)]
lib/Mouse.pm
lib/Mouse/Spec.pm

index 4ff403f..69c012f 100644 (file)
@@ -4,7 +4,7 @@ use 5.006_002;
 use strict;
 use warnings;
 
-our $VERSION = '0.35';
+our $VERSION = '0.36';
 
 use Exporter;
 
index 1788815..886620c 100644 (file)
@@ -2,7 +2,7 @@ package Mouse::Spec;
 use strict;
 use warnings;
 
-our $VERSION = '0.35';
+our $VERSION = '0.36';
 
 our $MouseVersion = $VERSION;
 our $MooseVersion = '0.90';