Sun, 19 Feb 2023 11:31:07 -0600
fsckobjects has also been a nuisance. maybe git just isn't great at integrity!
848 | 1 | script_line1 = use warnings; use strict; |
2 | script_line2 = use feature ':all'; use experimentals; | |
701
437293466a17
rearrange again to get the pragma right
Meredith Howard <mhoward@roomag.org>
parents:
699
diff
changeset
|
3 | script_line3 = require glob('~/.replyrc.pl'); () |
437293466a17
rearrange again to get the pragma right
Meredith Howard <mhoward@roomag.org>
parents:
699
diff
changeset
|
4 | script_line4 = -e $_ && require($_) for glob('~/.replyrc.local.pl'); () |
214 | 5 | |
373 | 6 | [Colors] |
214 | 7 | [DataPrinter] |
373 | 8 | [Interrupt] |
9 | ||
214 | 10 | [Hints] |
11 | [Packages] | |
12 | [LexicalPersistence] | |
13 | [ResultCache] | |
14 | [LoadClass] | |
373 | 15 | |
16 | [ReadLine] | |
17 | ||
214 | 18 | [Autocomplete::Packages] |
19 | [Autocomplete::Lexicals] | |
20 | [Autocomplete::Functions] | |
21 | [Autocomplete::Globals] | |
22 | [Autocomplete::Methods] | |
23 | [Autocomplete::Commands] | |
24 | [Autocomplete::Keywords] | |
373 | 25 | |
214 | 26 | [Timer] |
27 | mintime = 1.0 | |
28 | ||
29 | [CollapseStack] | |
30 | num_lines = 3 |