X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=75ecdcb6ab36c66ae1ee52062f9bfa00e87c3c0b;hb=c8d7c63439275f27acb1e708137913ebae1b2913;hp=b38dfed0ad97e9121cee279d299714ad680fd038;hpb=0f9137462d2e2fd1fa285417383adbf64614a91d;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index b38dfed..75ecdcb 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.84'; +our $VERSION = '0.87'; 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.84 +This document describes Mouse version 0.87 =head1 SYNOPSIS @@ -238,5 +238,9 @@ L L +L + +L + =cut