Checking in changes prior to tagging of version 0.37_05. Changelog diff is: 0.37_05
gfx [Fri, 9 Oct 2009 06:21:44 +0000 (15:21 +0900)]
diff --git a/Changes b/Changes
index 7deb6b9..90d9016 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Mouse

-0.37_05
+0.37_05 Fri Oct  9 15:21:43 2009
     * Mouse::Exporter
         - Add build_import_methods() (gfx)

@@ -454,6 +454,4 @@ Revision history for Mouse
       - Fix the order in which BUILD methods are called (thanks Robert
         Boone)

-0.01 Tue Jun 10 02:13:21 2008
-    * Initial release.
-
+0.01 Tue Jun 10 02:13:21 2008
\ No newline at end of file

Changes
lib/Mouse.pm
lib/Mouse/Spec.pm

diff --git a/Changes b/Changes
index 7deb6b9..90d9016 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Mouse
 
-0.37_05
+0.37_05 Fri Oct  9 15:21:43 2009
     * Mouse::Exporter
         - Add build_import_methods() (gfx)
 
index e8ea4a9..10998df 100644 (file)
@@ -3,7 +3,7 @@ use 5.006_002;
 
 use Mouse::Exporter; # enables strict and warnings
 
-our $VERSION = '0.37_04';
+our $VERSION = '0.37_05';
 
 use Carp qw(confess);
 use Scalar::Util qw(blessed);
@@ -159,7 +159,7 @@ Mouse - Moose minus the antlers
 
 =head1 VERSION
 
-This document describes Mouse version 0.037_04
+This document describes Mouse version 0.37_05
 
 =head1 SYNOPSIS
 
index 3cf7454..04fa723 100644 (file)
@@ -2,7 +2,7 @@ package Mouse::Spec;
 use strict;
 use warnings;
 
-our $VERSION = '0.37_04';
+our $VERSION = '0.37_05';
 
 our $MouseVersion = $VERSION;
 our $MooseVersion = '0.90';