X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=e08fb530caa72e4148383f8dea4df0f8e12c186c;hb=29422d0044fd1ee33ccb2e947e39d4f04001a2a2;hp=4c56868e7915759d4449b85e1087c5008f34bc38;hpb=2b68f76d78d96325821e9a6360c3639f8c5637df;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 4c56868..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_03'; +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_03 +This document describes Mouse version 0.40_07 =head1 SYNOPSIS