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
