Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Class::MOP::Object

Name Class::MOP::Object
Version 2.2201
Located at /usr/local/lib64/perl5
File /usr/local/lib64/perl5/Class/MOP/Object.pm
Is Core No
Search CPAN for this module Class::MOP::Object
Documentation Class::MOP::Object
Module Details Class::MOP::Object


NAME

Class::MOP::Object - Base class for metaclasses


VERSION

version 2.2201


DESCRIPTION

This class is a very minimal base class for metaclasses.


METHODS

This class provides a few methods which are useful in all metaclasses.

Class::MOP::???->meta

This returns a the Class::MOP::Class manpage object.

$metaobject->dump($max_depth)

This method uses the Data::Dumper manpage to dump the object. You can pass an optional maximum depth, which will set $Data::Dumper::Maxdepth. The default maximum depth is 1.

$metaclass->throw_error($message)

This method calls _throw_exception in the Class::MOP::Mixin manpage internally, with an object of class the Moose::Exception::Legacy manpage.


AUTHORS


COPYRIGHT AND LICENSE

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.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024