Paketname | libmoosex-getopt-perl |
Beschreibung | Moose extension for processing command line options |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.31-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 164 Byte |
Hängt ab von | perl, libmoose-perl (>= 0.56), libgetopt-long-descriptive-perl (>= 0.081) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 45250 Byte |
Prüfsumme MD5 | d82caa5bbbab009e1df94a107c75e97b |
Prüfsumme SHA1 | 4c1fb54d2fc3bd4b368a3e966db6a4707af8c2c8 |
Prüfsumme SHA256 | a43705f3ea94754ae3a558f9512d5db70c7ad233670021d9ca5b70a6024615ed |
Link zum Herunterladen | libmoosex-getopt-perl_0.31-1_all.deb |
Ausführliche Beschreibung | 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.
|