X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=9d9a98fddbfc0a16da9b15fedde3d9aaa0f3f3ed;hp=e08fb530caa72e4148383f8dea4df0f8e12c186c;hb=refs%2Ftags%2F0.40_08;hpb=aebf20a576731c2d617dccd143993cb204d599b6 diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index e08fb53..9d9a98f 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.40_07'; +our $VERSION = '0.40_08'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -143,7 +143,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.40_07 +This document describes Mouse version 0.40_08 =head1 SYNOPSIS