X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=3c0b5ba5240c711d17be5b31953ba63fd867f574;hb=1038bfa9e8a49b9c9f9ce872c46800f9590da8ed;hp=7745ae72d92b63d135a5ab1ffdd66bf31331afc9;hpb=ca980dc4f492df68e6536c0c83a2d520adc43066;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 7745ae7..3c0b5ba 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.55'; +our $VERSION = '0.65'; 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.55 +This document describes Mouse version 0.65 =head1 SYNOPSIS