           SPELL=config-general
         VERSION=2.36
          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
     SOURCE_HASH=sha512:8961eda29dfad45ecf3cc1021ff083293a7c02c6c43963b96f70b7db67a5e4f53c5afbb72b9e29c2163fced58dd5178492dfe7bc9c7341c5eb0c3b95b2582e3e
        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
