X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=1efa7f450a6b2939b4c3d5b7361c75fdc0fd243c;hp=efe54f74afc9f8da350c69ed5993cceb2b41e736;hb=1759509c4361c0a44d57bb501d464740247e2dc0;hpb=52b9f5fa3ef0a987ff2fed1a51fab588b6f5e457 diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index efe54f7..1efa7f4 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.53'; +our $VERSION = '0.54'; 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.53 +This document describes Mouse version 0.54 =head1 SYNOPSIS