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=eb2ec97d40306d83d90c77ecf280d38f848b1c13;hp=15d2431b995dbb3c3f7ac6cb7426e8997f0b54e5;hb=c7ec86fc6a846dd4e08ebbfca2bf9808a951bfe4;hpb=c4988b3300fbb4dff84f22384ec1f532563938de diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 15d2431..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.93'; +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.93 +This document describes Mouse version 0.95 =head1 SYNOPSIS