          MODULE=Getopt-Long
         VERSION=2.52
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/J/JV/JV
      SOURCE_VFY=sha256:9dc7a7c373353d5c05efae548e7b123aa8a31d1f506eb8dbbec8f0dca77705fa
        WEB_SITE=http://search.cpan.org/~jv/Getopt-Long
            TYPE=perl
         ENTERED=20070604
         UPDATED=20201212
           SHORT="an extended getopt function"

cat << EOF
This function implements the POSIX standard for command
line options, with GNU extensions, while still capable of handling
the traditional one-letter options.
In general, this means that command line options can have long names
instead of single letters, and are introduced with a double dash
EOF
