Source: libmoosex-getopt-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Niko Tyni , gregor herrmann , Ansgar Burchardt Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10), libmodule-build-tiny-perl Build-Depends-Indep: perl, libgetopt-long-descriptive-perl, libmoose-perl, libmoosex-configfromfile-perl, libmoosex-role-parameterized-perl (>= 1.01), libmoosex-simpleconfig-perl, libmoosex-strictconstructor-perl, libnamespace-autoclean-perl, libpath-tiny-perl, libtest-deep-perl, libtest-fatal-perl, libtest-needs-perl, libtest-trap-perl, libtest-warnings-perl, libtry-tiny-perl, libyaml-perl Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-getopt-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-getopt-perl.git Homepage: https://metacpan.org/release/MooseX-Getopt Package: libmoosex-getopt-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libgetopt-long-descriptive-perl, libmoose-perl, libmoosex-role-parameterized-perl (>= 1.01), libnamespace-autoclean-perl, libtry-tiny-perl Breaks: libcatalyst-perl (<< 5.90119-1~) Description: Moose extension for processing command line options MooseX::Getopt is a Moose role which provides an alternate constructor for creating objects using parameters passed in from the command line. This module automatically discovers command line parameters by introspecting your class attributes, using the name of your attribute as the command line option. If there is a type constraint defined, it will configure Getopt::Long to handle the option accordingly. . By default, attributes beginning with an underscore are considered private and are not given commandline argument support, unless the attribute's metaclass is set to MooseX::Getopt::Meta::Attribute. You can also use this behaviour to get non-default commandline option names and aliases.