           SPELL=param
         VERSION=2.25.0
          SOURCE=$SPELL-$VERSION.tar.bz2
      SOURCE_URL=http://thomas.orgis.org/scripterei/download/$SOURCE
         SOURCE2=$SOURCE.sig
     SOURCE2_URL=$SOURCE_URL.sig
  SOURCE2_IGNORE=signature
     SOURCE_GPG=thomas.orgis.gpg:$SOURCE2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
        WEB_SITE=http://thomas.orgis.org/scripterei
         ENTERED=20060703
      LICENSE[0]=Artistic
           SHORT="A featureful Perl module for interpreting command line options and parsing/creating config files."
cat << EOF
Yet another parameter library for Perl that evolved despite the author's
knowledge of reinventing wheels not being the best hobby.  But, this wheel
felt rounder for the author than other solutions.

It provides:
 - simple definition of parameters and default values - short and long options
	simple switches, value assignment, clustering of switches
 - generating help messages - search for and parse as well as generate
 config files (same set of parameters, possibility to hide special stuff
 from command line help)
EOF
