File: Options.t.conf

package info (click to toggle)
libnet-server-perl 2.016-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 824 kB
  • sloc: perl: 6,548; makefile: 9
file content (21 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# test configuration file used by Options.t

# options that are an arrayref in the options template may have multiple values
port 5401
port 5402
port 5403

# other options use the last found option
user bling
user foo
group confgroup

# custom options may be used if the options method is overridden
# scalar options uses last found
my_option bim
my_option bar

# arrayref options take all found
an_arrayref_item one
an_arrayref_item three
an_arrayref_item two