Class::MOP::Module - Module Meta Object |
Class::MOP::Module - Module Meta Object
This is an abstraction of a Perl 5 module, it is a superclass of the Class::MOP::Class manpage. A module essentially a package with metadata, in our case the version and authority.
$package_name
.
$VERSION
of the
package for the given instance.
$AUTHORITY
of the
package for the given instance.
Stevan Little <stevan@iinteractive.com>
Copyright 2006-2008 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Class::MOP::Module - Module Meta Object |