X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=775e74cc7f52572138663e9d189578c7b1138a00;hp=fd1a5f09f46847063b581ec019aff1104f7afcad;hb=5b3e7678602d122ad523a1aabc865cebff56de61;hpb=e639528a8218de3f63aa0bc19a137a20ad1edf63 diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index fd1a5f0..775e74c 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.88'; +our $VERSION = '0.89'; use Carp (); use Scalar::Util (); @@ -137,7 +137,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.88 +This document describes Mouse version 0.89 =head1 SYNOPSIS