X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=1a7b9203fb21fd7202fd2efc916e6b441dc29a3b;hb=4fbbc6564dcc9332bb0c8dc073e66fb4d82fdf9d;hp=a6e3fc00a3ddc3dbf20991644819dd32bd22f517;hpb=b0b9f25a58185affc1f7a005929bf6b3f8770160;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index a6e3fc0..1a7b920 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.50'; +our $VERSION = '0.50_02'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -145,7 +145,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.50 +This document describes Mouse version 0.50_02 =head1 SYNOPSIS