Class-CompoundMethods

 view release on metacpan or  search on metacpan

lib/Class/CompoundMethods.pm  view on Meta::CPAN

                $self->$_(@_) for @$methods_to_call;
                return;
            }
        };
    }

    # Return the method as a convenience (for who knows what, I don't know)
    return \&{$method_name};
}

"Fine!  Since you're too busy playing with people's minds, I'll just go off to the other room to play with myself!";



( run in 0.278 second using v1.01-cache-2.11-cpan-05444aca049 )