xref: /openbsd-src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/config_file (revision b39c515898423c8d899e35282f4b395f7cad3298)
1    # Below is a sample of a config file you could use
2
3    # comments are denoted by a single '#'
4    # use a shared stack, or have a private instance?
5    # if none provided, set to '0',
6    private = 1
7
8    # do not be verbose
9    verbose = 0
10
11    # default tag to set on new items
12    # if none provided, set to 'NONE'
13    tag = SOME TAG
14
15    # default level to handle items
16    # if none provided, set to 'log'
17    level = carp
18
19    # extra files to include
20    # if none provided, no files are auto included
21    include = LoadMe.pl
22
23    # automatically delete items
24    # when you retrieve them from the stack?
25    # if none provided, set to '0'
26    remove = 1
27
28    # retrieve errors in chronological order, or not?
29    # if none provided, set to '1'
30    chrono = 0