summaryrefslogtreecommitdiffstats
path: root/contrib/replyrc
blob: b465135b64e1ca7437ff3279e0affbb0006f1d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This is a config file for Reply,
# which is a cpan distribution. You can install it with "cpan Reply" or "cpanm Reply".
# To use this config file, either copy as ~/.replyrc or run the following command:
# reply --cfg `pwd`/contrib/replyrc

script_line1 = use strict;
script_line2 = use warnings;
script_line3 = use v5.14;
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]