X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=90608ca22e907b0c7a39442490d9e8d857ea6852;hp=1a7b9203fb21fd7202fd2efc916e6b441dc29a3b;hb=4bc73e4760435ee34876be28bf4522e9e7eaf519;hpb=4aaed9e5cc435a2085e46f4c98a3abc233ecacaf diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 1a7b920..90608ca 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_02'; +our $VERSION = '0.50_03'; 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_02 +This document describes Mouse version 0.50_03 =head1 SYNOPSIS