X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=688c6def1c0356ddf9af14d537f28edca2301f63;hb=113a9693a10eb18932a29b3fd91e00d0c6bd7d7e;hp=7d071cfe9f0f1a6678006803623fac167b23de06;hpb=06a970ab9fb60a4cac5e3f1774cf9a2914c94cc1;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 7d071cf..688c6de 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.38'; +our $VERSION = '0.40_01'; 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.38 +This document describes Mouse version 0.40_01 =head1 SYNOPSIS