X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=fd38b12a86903aa0b77b90b08b08e79038e1d45d;hb=fdee07cc5754cba4610e9f81e5ca6b88ecb356a6;hp=c15aa15b8f8cc4ef4ff958d3a8ee8e7ee91a05a2;hpb=b940eb46b251dace0b6ce4a3ee5a53fcd1b32ac9;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index c15aa15..fd38b12 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.42'; +our $VERSION = '0.43'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -166,7 +166,7 @@ Mouse - Moose minus the antlers =head1 VERSION -This document describes Mouse version 0.42 +This document describes Mouse version 0.43 =head1 SYNOPSIS