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