SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Getopt-Mixed rpm build for : OpenSuSE. For other distributions click perl-Getopt-Mixed.

Name : perl-Getopt-Mixed
Version : 1.120.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 150500.1.1 Date : 2024-07-22 22:52:59
Group : Unspecified Source RPM : perl-Getopt-Mixed-1.120.0-150500.1.1.src.rpm
Size : 0.06 MB
Packager : https://www_suse_com/
Summary : [OBSOLETE] getopt processing with both long and short options
Description :
*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, years 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 2.17; # Released with Perl 5.005
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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_15_SP5/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Getopt-Mixed-1.120.0-150500.1.1.noarch.rpm
     

Provides :
perl(Getopt::Mixed)
perl-Getopt-Mixed

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Getopt
/usr/lib/perl5/vendor_perl/5.26.1/Getopt/Mixed.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Getopt-Mixed
/usr/share/doc/packages/perl-Getopt-Mixed/Changes
/usr/share/doc/packages/perl-Getopt-Mixed/README
/usr/share/doc/packages/perl-Getopt-Mixed/examples
/usr/share/doc/packages/perl-Getopt-Mixed/examples/flexible
/usr/share/doc/packages/perl-Getopt-Mixed/examples/simple
/usr/share/licenses/perl-Getopt-Mixed
/usr/share/licenses/perl-Getopt-Mixed/LICENSE
/usr/share/man/man3/Getopt::Mixed.3pm.gz

 
ICM