Skip to content

Instantly share code, notes, and snippets.

@perlDreamer
Created August 12, 2010 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perlDreamer/521227 to your computer and use it in GitHub Desktop.
Save perlDreamer/521227 to your computer and use it in GitHub Desktop.
trigger => \&_wrap_set_groupIdEdit,
);
sub _wrap_set_groupIdEdit {
my $self = shift;
$self->_set_groupIdEdit(@_);
return;
}
sub _set_groupIdEdit {
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment