X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=8a1e042f4e77038be6b17326d0017d714e6f9461;hb=a2f1294a5b2b3c9503376048da7e578f62b39ac6;hp=f8a775ad6b8578936550b5e858889fb177ea35fa;hpb=4f74e488e9d376f9def450da059e9a45d2870049;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index f8a775a..8a1e042 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_06'; +our $VERSION = '0.40_02'; 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_06 +This document describes Mouse version 0.40_02 =head1 SYNOPSIS