X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FRole.pm;h=1065cfec58e7c72f1c1437c9de414488dde890b5;hb=ac4b3ad43aa91878ee9bc786e1800d5e9fbd876f;hp=5b7055138d4ce1fd1eaa3b29d3143af921a4ba5e;hpb=d1e17c7f36e0bb91201c2c1a10d33dbb7186cc2c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Role.pm b/lib/Moose/Role.pm index 5b70551..1065cfe 100644 --- a/lib/Moose/Role.pm +++ b/lib/Moose/Role.pm @@ -7,7 +7,7 @@ use Carp 'croak'; use Sub::Exporter; -our $VERSION = '0.84'; +our $VERSION = '0.88'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -175,7 +175,7 @@ Moose::Role - The Moose Role =head1 DESCRIPTION -The concept of roles is documented in L. This document +The concept of roles is documented in L. This document serves as API documentation. =head1 EXPORTED FUNCTIONS