GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Mouse::Object(3) User Contributed Perl Documentation Mouse::Object(3)

Mouse::Object - The base object for Mouse classes

This document describes Mouse version v2.5.10

Instantiates a new "Mouse::Object". This is obviously intended for subclasses.

Lets you override the arguments that "new" takes. It must return a HashRef of parameters.

Calls "BUILD" on each class in the class hierarchy. This is called at the end of "new".

You may put any business logic initialization in BUILD methods. You don't need to redispatch or return any specific value.

Calls "DEMOLISH" on each class in the class hierarchy. This is called at "DESTROY" time.

You may put any business logic deinitialization in DEMOLISH methods. You don't need to redispatch or return any specific value.

This will check if the invocant's class does a given $role_name. This is similar to "isa" for object, but it checks the roles instead.

This is a handy utility for dumping an object with Data::Dumper. By default, the maximum depth is 3, to avoid making a mess.

This is a method which provides access to the object's metaclass.

Moose::Object
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.