From: gfx Date: Fri, 9 Oct 2009 06:21:44 +0000 (+0900) Subject: Checking in changes prior to tagging of version 0.37_05. Changelog diff is: X-Git-Tag: 0.37_05^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=6f16d3ce5af0670b3f234a957b677c7d40060d58;hp=3f9d4c2b0a9fcde78357124e0990823f5f15f44f Checking in changes prior to tagging of version 0.37_05. Changelog diff is: 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 --- 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) diff --git a/lib/Mouse.pm b/lib/Mouse.pm index e8ea4a9..10998df 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -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 diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm index 3cf7454..04fa723 100644 --- a/lib/Mouse/Spec.pm +++ b/lib/Mouse/Spec.pm @@ -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';