           SPELL=config-param
         VERSION=3.001000
          SOURCE="Config-Param-${VERSION}.tar.gz"
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TH/THORGIS/${SOURCE}
     SOURCE_HASH=sha512:094760ccba97af0743a92ef55c6480da94e081c9bbe4f9f9ecd4cf91b9b50314ae09a215b29807b07242178132ddd4689f0e341e395d455c62a9b4cb0c2ad8f6
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Config-Param-${VERSION}"
        WEB_SITE="http://search.cpan.org/~thorgis/Config-Param/"
      LICENSE[0]=ART
         ENTERED=20120721
           SHORT="all you want to do with parameters for your program (or someone else's)"
cat << EOF
The basic task is to take some description of offered parameters and return
a hash ref with values for these parameters, influenced by the command line
and/or configuration files. The simple loop from many years ago now is about
the most comprehensive solution for a program's param space that I am aware
of, while still supporting the one-shot usage via a single function call
and a flat description of parameters.

It handles command line parameters (somewhat flexible regarding the number of
"-", but insisting on the equal sign in --name=value), defining and handling
standard parameters for generating helpful usage messages and parses as well
as generates configuration files.
EOF
