软件包: libmoosex-getopt-perl (0.71-1)
libmoosex-getopt-perl 的相关链接
Trisquel 的资源:
下载源码包 libmoosex-getopt-perl:
- [libmoosex-getopt-perl_0.71-1.dsc]
- [libmoosex-getopt-perl_0.71.orig.tar.gz]
- [libmoosex-getopt-perl_0.71-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Damyan Ivanov
- Jonathan Yu
- Krzysztof Krzyżaniak (eloy)
- Niko Tyni
- gregor herrmann
- Ryan Niebur
- Ansgar Burchardt
外部的资源:
- 主页 [metacpan.org]
相似软件包:
- libcli-osprey-perl
- libmoosex-configfromfile-perl
- libmoosex-role-parameterized-perl
- libmoosex-singlearg-perl
- libmoosex-types-path-class-perl
- libmoosex-attributeshortcuts-perl
- libmoosex-multiinitarg-perl
- libmoosex-classattribute-perl
- libmoosex-meta-typeconstraint-mooish-perl
- raku-getopt-long
- libmousex-configfromfile-perl
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.
其他与 libmoosex-getopt-perl 有关的软件包
|
|
|
-
- dep: libgetopt-long-descriptive-perl
- module that handles command-line arguments with usage text
-
- dep: libmoose-perl
- modern Perl object system framework
-
- dep: libmoosex-role-parameterized-perl (>= 1.01)
- Moose extension providing parameterized roles
-
- dep: libnamespace-autoclean-perl
- module to remove imported symbols after compilation
-
- dep: libtry-tiny-perl
- module providing minimalistic try/catch
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language