X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=dfb1520e0ad9b199d73c7c83946420639122927c;hb=refs%2Ftags%2F0.91;hp=5fcec000fbf04b1ce67e8c6d8099614d55342f00;hpb=a797dd8ddeea120b4f8f638813f5104777361eb4;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 5fcec00..dfb1520 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.90'; +our $VERSION = '0.91'; use Carp (); use Scalar::Util (); @@ -137,7 +137,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.90 +This document describes Mouse version 0.91 =head1 SYNOPSIS