X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=e02d3289658b9ff98fcc049c75c69160c4894df8;hp=0e88ee7c4d34258f98d6193105b5256ce661d2ea;hb=06a970ab9fb60a4cac5e3f1774cf9a2914c94cc1;hpb=976891fa65917adee2f69e6e4e2af20dffab0afa diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 0e88ee7..e02d328 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.37_06'; +our $VERSION = '0.38'; 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.37_06 +This document describes Mouse version 0.38 =head1 SYNOPSIS