X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=23dd4e4eec5d5fede1bd756fdb5b545494996edb;hp=a6e3fc00a3ddc3dbf20991644819dd32bd22f517;hb=05a12aa45fbcd22111d4f5dde2736c8361540198;hpb=0d5a1d74596d2edc8604f53c60d2fdb7f71b7bd5 diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index a6e3fc0..23dd4e4 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_01'; 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_01 =head1 SYNOPSIS