X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=bff08e5594e8a87ef9dd7a78b60f46825ffd832b;hb=916eb82f3c42778bdb39cf0d9b1922ca1a264723;hp=a0ea7c3f2a9ed3597fb748b4724cbe7ef05acbff;hpb=034587d897c53d4df84085a9229334bd2d51f1c6;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index a0ea7c3..bff08e5 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.40'; +our $VERSION = '0.40_03'; 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.40 +This document describes Mouse version 0.40_03 =head1 SYNOPSIS