X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FRole.pm;h=1065cfec58e7c72f1c1437c9de414488dde890b5;hb=ac4b3ad43aa91878ee9bc786e1800d5e9fbd876f;hp=ec18aa7aba72985b91edb73be57b4d246b78e17c;hpb=833b56a7664341058563196cd7fee82a5a526e50;p=gitmo%2FMoose.git diff --git a/lib/Moose/Role.pm b/lib/Moose/Role.pm index ec18aa7..1065cfe 100644 --- a/lib/Moose/Role.pm +++ b/lib/Moose/Role.pm @@ -1,12 +1,13 @@ - package Moose::Role; +use strict; +use warnings; use Scalar::Util 'blessed'; use Carp 'croak'; use Sub::Exporter; -our $VERSION = '0.83'; +our $VERSION = '0.88'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -174,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