X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=efe54f74afc9f8da350c69ed5993cceb2b41e736;hb=6cd9dfb6937859d76137cf492b4d2b8c3797c050;hp=33abf1a4482aac062c696ff89f4ba1c8aaafd1ae;hpb=1f6046f098167a6bc7699ad8d844d1b72c49f634;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 33abf1a..efe54f7 100644 --- a/lib/Mouse/Role.pm +++ b/lib/Mouse/Role.pm @@ -1,7 +1,7 @@ package Mouse::Role; use Mouse::Exporter; # enables strict and warnings -our $VERSION = '0.51'; +our $VERSION = '0.53'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -145,7 +145,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.51 +This document describes Mouse version 0.53 =head1 SYNOPSIS