X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=eb2ec97d40306d83d90c77ecf280d38f848b1c13;hb=31aa6299ca20515174f1b145e5b3d4dbd9e09a08;hp=17b9a203245b0ebe9622ad949cce6ab7e15d5ee0;hpb=d468e99669162209fc407bc22706a91b8675dbbc;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 17b9a20..eb2ec97 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.92'; +our $VERSION = '0.95'; use Carp (); use Scalar::Util (); @@ -137,7 +137,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.92 +This document describes Mouse version 0.95 =head1 SYNOPSIS