NAME
Mouse::Util - features, with or without their dependencies
IMPLEMENTATIONS FOR
Moose::Util
find_meta
does_role
resolve_metaclass_alias
apply_all_roles
english_list
Class::MOP
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.
load_class(ClassName)
This will load a given ClassName
(or die if it's not loadable). This function can be used in place of tricks like eval "use $module"
or using require
.
MRO::Compat
get_linear_isa
Sub::Identify
get_code_info
UTILITIES FOR MOUSE
not_supported