1#
2# This file is part of Config-Model
3#
4# This software is Copyright (c) 2005-2021 by Dominique Dumont.
5#
6# This is free software, licensed under:
7#
8#   The GNU Lesser General Public License, Version 2.1, February 1999
9#
10use strict;
11use warnings;
12
13{
14	set_by_user => 'user value',
15	set_in_both => 'user value2',
16	a_checklist => {qw/e 0 f 1 g 1/}
17};
18