NAME
Chj::Class::methodnames
SYNOPSIS
{
}
is_equal [ methodnames
bless
{}, Foo123 ],
[
"bar"
,
"foo"
];
DESCRIPTION
Return all names of methods, except for those in a stoplist; also recurses into parent packages following @ISA.
FUNCTIONS
set_stoplist(list of methodnames not to return) set another list than BEGIN and Dumper. (It sets a new hashref at $Chj::Class::methodnames::stop.)
NOTE
This is alpha software! Read the status section in the package README or on the website.