X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=eb2ec97d40306d83d90c77ecf280d38f848b1c13;hp=f0ac9cd88dc6b4bf7fd2ff9076175b275e57bb91;hb=14cf9b5a1724801f786d8c4a79834aa7c063323c;hpb=85b15d5f1644327a51646d5081fa366caae7ac44 diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index f0ac9cd..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.94'; +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.94 +This document describes Mouse version 0.95 =head1 SYNOPSIS