File: control

package info (click to toggle)
libconfigfile-perl 1.2.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 36 kB
  • ctags: 8
  • sloc: perl: 65; makefile: 52
file content (21 lines) | stat: -rw-r--r-- 731 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libconfigfile-perl
Section: perl
Priority: optional
Build-Depends-Indep: debhelper (>= 4.0.0), perl (>= 5.6.0-17)
Maintainer: Gunnar Wolf <gwolf@debian.org>
Standards-Version: 3.6.1

Package: libconfigfile-perl
Architecture: all
Depends: ${perl:Depends}
Description:  Parses simple configuration files
 ConfigFile parses simple configuration files and store its values in
 an anonymous hash reference. The syntax of the configuration file is
 quite simple:
 .
 # This is a comment
 VALUE_ONE = foo
 VALUE_TWO = $VALUE_ONE/bar
 VALUE_THREE = The value contains a \# (hash). # This is a comment.
 COMPOSED_VALUE[one] = The first component of a clustered value
 COMPOSED_VALUE[two] = The second component of a clustered value