X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=3994f75e162170c9cbe00f135163f7260102cb56;hb=51c27e94b91348937068f862483c4220341d0487;hp=b222a568850808f21a53643742c6c65b14756d7c;hpb=f15e804113bd71c954a90ffe44ced6ee2b762c4e;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index b222a56..3994f75 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.56'; +our $VERSION = '0.57'; 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.56 +This document describes Mouse version 0.57 =head1 SYNOPSIS