SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Complete-Util rpm build for : openSUSE Tumbleweed. For other distributions click perl-Complete-Util.

Name : perl-Complete-Util
Version : 0.620 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.5 Date : 2024-08-05 17:38:56
Group : Unspecified Source RPM : perl-Complete-Util-0.620-1.5.src.rpm
Size : 0.11 MB
Packager : (none)
Summary : General completion routine
Description :
This package provides some generic completion routines that follow the
Complete convention. (If you are looking for bash/shell tab completion
routines, take a look at \"SEE ALSO\".) The main routine is
\'complete_array_elem\' which tries to complete a word using choices from
elements of supplied array. For example:

complete_array_elem(word => \"a\", array => [\"apple\", \"apricot\", \"banana\"]);

The routine will first try a simple substring prefix matching. If that
fails, will try some other methods like word-mode, character-mode, or fuzzy
matching. These methods can be disabled using settings.

There are other utility routines e.g. for converting completion answer
structure from hash to array/array to hash, combine or modify answer, etc.
These routines are usually used by the other more specific or higher-level
completion modules.

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

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Complete-Util-0.620-1.5.noarch.rpm
     

Provides :
perl(Complete::Util)
perl-Complete-Util

Requires :
perl(:MODULE_COMPAT_5.40.0)
perl(Complete::Common) >= 0.22
perl(List::Util) >= 1.54
perl(Log::ger) >= 0.038
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/Complete
/usr/lib/perl5/vendor_perl/5.40.0/Complete/Util.pm
/usr/share/doc/packages/perl-Complete-Util
/usr/share/doc/packages/perl-Complete-Util/Changes
/usr/share/doc/packages/perl-Complete-Util/README
/usr/share/licenses/perl-Complete-Util
/usr/share/licenses/perl-Complete-Util/LICENSE
/usr/share/man/man3/Complete::Util.3pm.gz

 
ICM