SPELL=config-general VERSION=2.40 SOURCE_HASH=sha512:5e5c37a14184e535f9804aac277ebc61c0c12e5a1979cc2fa2bb5783148e16fba87565ce373164c990e3fb9c3af67a903317f142f7d65fac8a4d201f3c9c9585 SOURCE=Config-General-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/Config-General-$VERSION SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TL/TLINDEN/$SOURCE WEB_SITE="http://search.cpan.org/search?dist=Config-General" ENTERED=20071117 KEYWORDS="perl" SHORT="module for reading apache-style configuration files" cat << EOF This module opens a config file and parses it's contents for you. The new method requires one parameter which needs to be a filename. The method getall returns a hash which contains all options and it's associated values of your config file. The format of config files supported by Config::General is inspired by the well known apache config format, in fact, this module is 100% compatible to apache configs, but you can also just use simple name/value pairs in your config files. EOF .