X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=635c9367595c83c8b05db14b333b2b8c0e40f70f;hb=f12892e59f19c4ef3715bf79e0622582c7522fea;hp=b1acd86f95ce1d13124146f5ac956206fc8faeb9;hpb=065f79e7cd03765f26c6ea276aaf9b3c5897886a;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index b1acd86..635c936 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_02'; +our $VERSION = '0.40_06'; 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_02 +This document describes Mouse version 0.40_06 =head1 SYNOPSIS