X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=90fb530696e1429a8e8630d976a953abd5a3148f;hb=86eb0b5e6f0c2d89a6c86516e7bccbf9c7daba1f;hp=abe3eb5dad124161fb86211ecbe18117cd53e083;hpb=17ae5974bc8594c7d3deb46eb7db0b383fb80a95;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index abe3eb5..90fb530 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.60'; +our $VERSION = '0.70'; 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.60 +This document describes Mouse version 0.70 =head1 SYNOPSIS