X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;fp=lib%2FMouse%2FRole.pm;h=36017affd342a0d2998af873a1e537a5d04b8b70;hp=62decb8314d270b6ea29bdf10d9172e5d0db46f9;hb=fd2b172a4657cb6cc47976d2e66cdba4bdfa579d;hpb=f43060b65ad710abc58ab3e1f4288a71deb00ec6 diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 62decb8..36017af 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.86'; +our $VERSION = '0.87'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -137,7 +137,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.86 +This document describes Mouse version 0.87 =head1 SYNOPSIS