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
Revision history for Mouse
-0.37_05
+0.37_05 Fri Oct 9 15:21:43 2009
* Mouse::Exporter
- Add build_import_methods() (gfx)
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);
=head1 VERSION
-This document describes Mouse version 0.037_04
+This document describes Mouse version 0.37_05
=head1 SYNOPSIS
use strict;
use warnings;
-our $VERSION = '0.37_04';
+our $VERSION = '0.37_05';
our $MouseVersion = $VERSION;
our $MooseVersion = '0.90';