From: gfx Date: Mon, 12 Oct 2009 07:44:17 +0000 (+0900) Subject: Checking in changes prior to tagging of version 0.37_06. Changelog diff is: X-Git-Tag: 0.37_06^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=ed9c907bf3f87849e4565f101d3767470f7ca465 Checking in changes prior to tagging of version 0.37_06. Changelog diff is: --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 78d54ea..12205ce 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_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 diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm index 04fa723..d7a99c2 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_05'; +our $VERSION = '0.37_06'; our $MouseVersion = $VERSION; our $MooseVersion = '0.90';