Skip to content

Instantly share code, notes, and snippets.

@dylanwh
Created February 7, 2019 19:32
Show Gist options
  • Save dylanwh/85833884d2dba560cb196dd2c5471585 to your computer and use it in GitHub Desktop.
Save dylanwh/85833884d2dba560cb196dd2c5471585 to your computer and use it in GitHub Desktop.
$ $bug->add_to_keywords({ name => 'relnote' })
Took 0.00436711311340332 seconds.
$Bugzilla_Model_Result_Keyword1 = Bugzilla::Model::Result::Keyword=HASH(0x913bf30);
$ map { $_->name } $bug->keywords
Took 0.00398492813110352 seconds.
$VAR1 = 'regression';
$VAR2 = 'relnote';
$VAR3 = 'pants';
$VAR4 = 'truck';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment