File: foo-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-- 359 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;

return {
	set_in_etc => 'system value',
	set_in_both => 'system value2',
	a_checklist  => {qw/c 1 d 0 e 1/}
};