Class-CompoundMethods

 view release on metacpan or  search on metacpan

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

366
367
368
369
370
371
372
373
374
375
376
                $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.306 second using v1.01-cache-2.11-cpan-05444aca049 )