Skip to content

Instantly share code, notes, and snippets.

@dylanwh
Created October 22, 2014 13:56
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 dylanwh/50499dfd0361ceccb6d0 to your computer and use it in GitHub Desktop.
Save dylanwh/50499dfd0361ceccb6d0 to your computer and use it in GitHub Desktop.
script_line1 = use strict;
script_line2 = use warnings;
script_line3 = use v5.10;
script_line4 = use Bugzilla;
script_line5 = Bugzilla->extensions; 1;
script_line6 = sub filter { Bugzilla->template->{SERVICE}->{CONTEXT}->{CONFIG}->{FILTERS}->{$_[0]} }
script_line7 = sub b { Bugzilla::Bug->new(@_) }
script_line8 = sub u { Bugzilla::User->new(@_) }
script_line9 = sub f { Bugzilla::Field->new(@_) }
[Interrupt]
[FancyPrompt]
[DataDumper]
[Colors]
[ReadLine]
[Hints]
[Packages]
[LexicalPersistence]
[ResultCache]
[Autocomplete::Packages]
[Autocomplete::Lexicals]
[Autocomplete::Functions]
[Autocomplete::Globals]
[Autocomplete::Methods]
[Autocomplete::Commands]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment