X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=688e186a5e088b77981dc565acd6921c510542cb;hb=1759509c4361c0a44d57bb501d464740247e2dc0;hp=d189a9953eddabc6d5a0fc7c71d94457cd8d2be9;hpb=fdef448eeca7cc251e2fbb53a141919add2bd306;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index d189a99..688e186 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.52'; +our $VERSION = '0.54'; 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.52 +This document describes Mouse version 0.54 =head1 SYNOPSIS