Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37403649
en ru br
ALT Linux repositórios
S:1.12-alt1
5.0: 1.10-alt2
4.1: 1.10-alt1

Group :: Desenvolvimento/Perl
RPM: perl-Getopt-Mixed

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 1.12-alt1
Data da compilação: 10 fevereiro 2014, 22:00 ( 531.5 weeks ago )
Tamanho:: 26.11 Kb

Home page:   http://www.cpan.org

Licença: Artistic
Sumário: getopt processing with both long and short options
Descrição:

This module is obsolete.

This package was my response to the standard modules Getopt::Std and
Getopt::Long.  "Std" doesn't support long options, and "Long"
didn't support short options.  I wanted both, since long options are
easier to remember and short options are faster to type.

However, some time ago Getopt::Long was changed to support short
options as well, and it has the huge advantage of being part of the
standard Perl distribution.  So, Getopt::Mixed is now effectively
obsolete.  I don't intend to make any more changes, but I'm leaving it
available for people who have code that already uses it.  For new
modules, I recommend using Getopt::Long like this:

   use Getopt::Long;
   Getopt::Long::Configure(qw(bundling no_getopt_compat));
   GetOptions(...option-descriptions...);

This package was intended to be the "Getopt-to-end-all-Getop's".  It
combines (I hope) flexibility and simplicity.  It supports both short
options (introduced by "-") and long options (introduced by "--").
Short options which do not take an argument can be grouped together.
Short options which do take an argument must be the last option in
their group, because everything following the option will be
considered to be its argument.

There are two methods for using Getopt::Mixed:  the simple method and
the flexible method.  Both methods use the same format for option
descriptions.

Mantenedor currente: Slava Dubrovskiy

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • perl-Getopt-Mixed
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009