
Class::MOP::Module - Module Meta Object

This is an abstraction of a Perl 5 module, it is a superclass of Class::MOP::Class. A module essentially a package with metadata, in our case the version and authority.

Returns a metaclass for this package.
This will initialize a Class::MOP::Module instance which represents the module of $package_name.
This is a read-only attribute which returns the $VERSION of the package for the given instance.
This is a read-only attribute which returns the $AUTHORITY of the package for the given instance.
This constructs a string of the name, version and authority.

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.