Checking in changes prior to tagging of version 0.37_06. Changelog diff is: 0.37_06
gfx [Mon, 12 Oct 2009 07:44:17 +0000 (16:44 +0900)]
lib/Mouse.pm
lib/Mouse/Spec.pm

index 78d54ea..12205ce 100644 (file)
@@ -3,7 +3,7 @@ use 5.006_002;
 
 use Mouse::Exporter; # enables strict and warnings
 
-our $VERSION = '0.37_05';
+our $VERSION = '0.37_06';
 
 use Carp qw(confess);
 use Scalar::Util qw(blessed);
@@ -160,7 +160,7 @@ Mouse - Moose minus the antlers
 
 =head1 VERSION
 
-This document describes Mouse version 0.37_05
+This document describes Mouse version 0.37_06
 
 =head1 SYNOPSIS
 
index 04fa723..d7a99c2 100644 (file)
@@ -2,7 +2,7 @@ package Mouse::Spec;
 use strict;
 use warnings;
 
-our $VERSION = '0.37_05';
+our $VERSION = '0.37_06';
 
 our $MouseVersion = $VERSION;
 our $MooseVersion = '0.90';