File: control

package info (click to toggle)
libconfig-std-perl 0.007-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 132 kB
  • ctags: 33
  • sloc: perl: 376; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,104 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
22
23
24
25
Source: libconfig-std-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libclass-std-perl, 
 perl (>= 5.9.0) | libversion-perl, libtest-pod-perl, 
 libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>, 
 Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Config-Std/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-std-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-std-perl/

Package: libconfig-std-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libclass-std-perl,
 perl (>= 5.9.0) | libversion-perl
Description: Load and save configuration files in a standard format
 Config::Std implements yet another damn configuration-file system.
 .
 The configuration language is deliberately simple and limited, and the
 module works hard to preserve as much information (section order,
 comments, etc.) as possible when a configuration file is updated.