X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FModule.pm;h=68329428882d3486dc79674fdfbcb1a9afe66b26;hb=5d10c516c73e34da6e350bc567aaf8c272428c9b;hp=03d4c30746043aa4eba4f0c12ca3c82552a8f5e9;hpb=34147f49f7fa85afe801d684c3e25322e4a34f61;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Module.pm b/lib/Class/MOP/Module.pm index 03d4c30..6832942 100644 --- a/lib/Class/MOP/Module.pm +++ b/lib/Class/MOP/Module.pm @@ -7,7 +7,7 @@ use warnings; use Carp 'confess'; use Scalar::Util 'blessed'; -our $VERSION = '0.71_01'; +our $VERSION = '0.76'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -68,6 +68,10 @@ This is an abstraction of a Perl 5 module, it is a superclass of L. A module essentially a package with metadata, in our case the version and authority. +=head1 INHERITANCE + +B is a subclass of L + =head1 METHODS =over 4