X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=4c56868e7915759d4449b85e1087c5008f34bc38;hb=refs%2Ftags%2F0.40_03;hp=c3c6168c6241f11aca923ea6904fc90cfcd5c117;hpb=4340827365f467f303a3b68f9b279371b81292bc;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index c3c6168..4c56868 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.40'; +our $VERSION = '0.40_03'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -143,7 +143,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.40 +This document describes Mouse version 0.40_03 =head1 SYNOPSIS