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