X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=3bdcd6069d48af00d086f5565c6dc20ae4dab58e;hp=58fe4dd42502da4aa21eaf987acefcf0111dd727;hb=5176a3e41f75dc3f0de6049ac642087580f94680;hpb=d76a3e9d95f4f092f9862ecd7dcbdcbd2e053519 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 58fe4dd..3bdcd60 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.41'; +our $VERSION = '0.42'; 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.41 +This document describes Mouse version 0.42 =head1 SYNOPSIS