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=17b9a203245b0ebe9622ad949cce6ab7e15d5ee0;hp=dfb1520e0ad9b199d73c7c83946420639122927c;hb=d468e99669162209fc407bc22706a91b8675dbbc;hpb=d9332e884f3767ebbd3e5dc7a3ae948ce61f61a7 diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index dfb1520..17b9a20 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.91'; +our $VERSION = '0.92'; use Carp (); use Scalar::Util (); @@ -137,7 +137,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.91 +This document describes Mouse version 0.92 =head1 SYNOPSIS