File: config.pl

package info (click to toggle)
libconfig-model-perl 2.152-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,220 kB
  • sloc: perl: 15,116; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# This file is part of Config-Model
#
# This software is Copyright (c) 2005-2022 by Dominique Dumont.
#
# This is free software, licensed under:
#
#   The GNU Lesser General Public License, Version 2.1, February 1999
#
use strict;
use warnings;

{
	set_by_user => 'user value',
	set_in_both => 'user value2',
	a_checklist => {qw/e 0 f 1 g 1/}
};