X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FModule.pm;h=16113626a746e910f94edb1c21d8c15f8e1df193;hb=b9d9fc0b01c940ad89c092eaf01e67c23b6036d5;hp=c373bd8bad49257387acc37267e5d777129d0b64;hpb=be7677c7dd446a9fef66fab0f258f5c1826ecc90;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Module.pm b/lib/Class/MOP/Module.pm index c373bd8..1611362 100644 --- a/lib/Class/MOP/Module.pm +++ b/lib/Class/MOP/Module.pm @@ -59,10 +59,18 @@ Class::MOP::Module - Module Meta Object =item B +This is a read-only attribute which returns the C<$VERSION> of the +package for the given instance. + =item B +This is a read-only attribute which returns the C<$AUTHORITY> of the +package for the given instance. + =item B +This constructs a string of the name, version and authrity. + =back =head1 AUTHORS