X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=715ff4f1d7f575f39b6ebabc02c785f11f03ef6a;hb=9527a9d4bb7be669e243cffae1a361532f2ccd84;hp=64d3b0df27d47693aba014e3fcf6ddbb49320721;hpb=fe096e7cc1e43494142a1185bb6b0b7c6ae16d66;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 64d3b0d..715ff4f 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.70'; +our $VERSION = '0.71'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -139,7 +139,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.70 +This document describes Mouse version 0.71 =head1 SYNOPSIS