X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=25926ad58de8a184c4f16d6e359a3b582438da9c;hb=refs%2Ftags%2F0.88;hp=75ecdcb6ab36c66ae1ee52062f9bfa00e87c3c0b;hpb=4a5a984709fab07209787e699c3d3d8ac1e6a6e2;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 75ecdcb..25926ad 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.87'; +our $VERSION = '0.88'; 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.87 +This document describes Mouse version 0.88 =head1 SYNOPSIS