Class::MOP::Module - Module Meta Object |
Class::MOP::Module - Module Meta Object
version 2.1605
A module is essentially a the Class::MOP::Package manpage with metadata, in our case the version and authority.
Class::MOP::Module is a subclass of the Class::MOP::Package manpage.
Overrides create
from the Class::MOP::Package manpage to provide these additional
options:
version
$VERSION
package global variable.
authority
$AUTHORITY
package global variable.
This is a legacy field and its use is not recommended.
This is a read-only attribute which returns the $VERSION
of the
package, if one exists.
This is a read-only attribute which returns the $AUTHORITY
of the
package, if one exists.
This constructs a string which combines the name, version and authority.
This will return a the Class::MOP::Class manpage instance for this class.
This software is copyright (c) 2006 by Infinity Interactive, Inc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Class::MOP::Module - Module Meta Object |