套件:libmoosex-getopt-perl(0.74-1)
libmoosex-getopt-perl 的相關連結
Debian 的資源:
下載原始碼套件 libmoosex-getopt-perl:
- [libmoosex-getopt-perl_0.74-1.dsc]
- [libmoosex-getopt-perl_0.74.orig.tar.gz]
- [libmoosex-getopt-perl_0.74-1.debian.tar.xz]
維護小組:
- Debian Perl Group (QA 頁面, 郵件存檔)
- Damyan Ivanov (QA 頁面)
- Niko Tyni (QA 頁面)
- gregor herrmann (QA 頁面)
- Ansgar Burchardt (QA 頁面)
外部的資源:
- 主頁 [metacpan.org]
相似套件:
- libmoosex-configfromfile-perl
- libmoosex-types-path-class-perl
- libmoosex-role-parameterized-perl
- libcli-osprey-perl
- libmoosex-multiinitarg-perl
- libmoosex-meta-typeconstraint-mooish-perl
- libmoosex-classattribute-perl
- libmoosex-singlearg-perl
- libmoosex-attributeshortcuts-perl
- libmousex-configfromfile-perl
- libgetopt-tabular-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