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::Util(3) User Contributed Perl Documentation Mouse::Util(3)

Mouse::Util - Utilities for working with Mouse classes

This document describes Mouse version v2.5.10

    use Mouse::Util; # turns on strict and warnings

This module provides a set of utility functions. Many of these functions are intended for use in Mouse itself or MouseX modules, but some of them may be useful for use in your own code.

The following functions are exportable.

"find_meta($class_or_obj)"

The same as "Mouse::Util::class_of()".

"does_role($class_or_obj, $role_or_obj)"

"resolve_metaclass_alias($category, $name, %options)"

"apply_all_roles($applicant, @roles)"

"english_listi(@items)"

The following functions are not exportable.

"Mouse::Util::is_class_loaded($classname) -> Bool"

Returns whether $classname is actually loaded or not. It uses a heuristic which involves checking for the existence of $VERSION, @ISA, and any locally-defined method.

"Mouse::Util::load_class($classname) -> ClassName"

This will load a given $classname (or die if it is not loadable). This function can be used in place of tricks like "eval "use $module ()"" or using "require".

"Mouse::Util::class_of($classname_or_object) -> MetaClass"

"Mouse::Util::get_metaclass_by_name($classname) -> MetaClass"

"Mouse::Util::get_all_metaclass_instances() -> (MetaClasses)"

"Mouse::Util::get_all_metaclass_names() -> (ClassNames)"

"get_linear_isa"

"get_code_info"

"not_supported"

"get_code_package"

"get_code_ref"

Moose::Util

Class::MOP

Sub::Identify

mro

MRO::Compat

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.