Package: wnpp Severity: normal The current maintainer of libconfig-general-perl, Dagfinn Ilmari Mannsaker <[EMAIL PROTECTED]>, has orphaned this package. If you want to be the new maintainer, please take it -- see http://www.debian.org/devel/wnpp/index.html#howto-o for detailed instructions how to adopt a package properly.
Some information about this package: Package: libconfig-general-perl Binary: libconfig-general-perl Version: 2.26-1 Priority: optional Section: perl Maintainer: Dagfinn Ilmari Mannsaker <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 4.1.46), perl (>= 5.6.0-16), cdbs Architecture: all Standards-Version: 3.6.1 Format: 1.0 Directory: pool/main/libc/libconfig-general-perl Files: 7fccd51d918d92aac8443340e4050084 655 libconfig-general-perl_2.26-1.dsc c83dd51cbc26cba7a3d6430c2c2f7b8c 35915 libconfig-general-perl_2.26.orig.tar.gz eb697da495b74a0993dfb93b8fb9075d 1994 libconfig-general-perl_2.26-1.diff.gz Package: libconfig-general-perl Priority: optional Section: perl Installed-Size: 180 Maintainer: Dagfinn Ilmari Mannsaker <[EMAIL PROTECTED]> Architecture: all Version: 2.26-1 Depends: perl (>= 5.6.0-16) Filename: pool/main/libc/libconfig-general-perl/libconfig-general-perl_2.26-1_all.deb Size: 55280 MD5sum: e761dbbb9a7c77ef4b8b226935ff0663 Description: generic configuration module This module opens a configuration file and parses it's contents for you. After parsing it returns a hash which contains all options and their associated values from your configuration file. . The format of configuration files supported by Config::General is inspired by the well known Apache configuration format, in fact, this module is fully capable of parsing Apache configurations, but the output is not usable by Apache. You can also just use simple name/value pairs in your configuration files. . In addition to the capabilities of an apache configuration file it supports some enhancements such as here-documents, C-style comments and multi-line options.