X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=70353c490331374ec9c91204fdb3f74e54740042;hb=d88885bd5e3963a3e420bc6dd5541fc91a60a194;hp=e4ce7842fd36505c22f58fd118c0fe6560e8d057;hpb=78a4b12980d68fdfeec7b5289e7203771a6e73d6;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index e4ce784..70353c4 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_08'; +our $VERSION = '0.64'; 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_08 +This document describes Mouse version 0.64 =head1 SYNOPSIS