X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=acf5782ba35e7ba8e28fcb428c961c36e433b22f;hb=refs%2Ftags%2F0.77;hp=e0bfca4ad2ec34ea28072c729d1f6c2227ab48e1;hpb=fc7e5b5ffe3bc0ff6c87d8e58cab70582161aaf7;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index e0bfca4..acf5782 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.76'; +our $VERSION = '0.77'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -137,7 +137,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.76 +This document describes Mouse version 0.77 =head1 SYNOPSIS