Skip to content

Instantly share code, notes, and snippets.

@benvanstaveren
Created July 25, 2011 21:15
Show Gist options
  • Save benvanstaveren/1105248 to your computer and use it in GitHub Desktop.
Save benvanstaveren/1105248 to your computer and use it in GitHub Desktop.
$self->objectmanager->add_sub_for(
object => $object_type,
object_method => $method_name,
method => sub {
if(my $m = shift->app->jsp->can($method_name)) {
return $m->(@_);
}
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment