X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=8a68ad6020fc0f6245efa79af9cca594e41a466f;hp=90608ca22e907b0c7a39442490d9e8d857ea6852;hb=refs%2Ftags%2F0.50_04;hpb=e57a5068a04271a23b54f834ddec60e82b76275e diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 90608ca..8a68ad6 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_03'; +our $VERSION = '0.50_04'; 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_03 +This document describes Mouse version 0.50_04 =head1 SYNOPSIS