Source: libgetopt-lucid-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libexception-class-perl , libexception-class-trycatch-perl , perl Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgetopt-lucid-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgetopt-lucid-perl.git Homepage: https://metacpan.org/release/Getopt-Lucid Package: libgetopt-lucid-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libexception-class-perl Description: module for parsing command line arguments Getopt::Lucid is a Perl module for parsing command line arguments, similar in nature to Getopt::Long (in Perl core). The goal of this module is to provide good code readability and clarity of intent, relying on plain-English option specification as opposed to the more symbolic approach of Getopt::Long.