X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FModule.pm;h=9faade524c25d5f2dc11b650ec8b1320c8e33547;hb=097eeb20923df544ba145c1e61bc773d7df5857a;hp=53fc1fb73d94903af7ba060aa4e659922c855833;hpb=cacb672eae8fe9b02d53dc4e82c39091d401b4f8;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Module.pm b/lib/Class/MOP/Module.pm index 53fc1fb..9faade5 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.72'; +our $VERSION = '0.77_01'; $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