SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Array-Uniq rpm build for : OpenSuSE. For other distributions click perl-Array-Uniq.

Name : perl-Array-Uniq
Version : 0.02 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.7.1 Date : 2023-07-20 21:04:46
Group : Development/Libraries/Perl Source RPM : perl-Array-Uniq-0.02-lp155.7.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Perl extension for managing list of values
Description :
The usage of the methods provided here is simple. You always provide
a sorted list to any of these methods and accept a sorted list of
values in return.

Suppose AATTlis1 and AATTlist2 are two available lists defined as
follows:

AATTlist_1 = qw ( first list of values );
AATTlist_1 = qw ( second list of values );

and we run the following commands:

my AATToutput_1 = uniq sort AATTlist1 AATTlist2;
my AATToutput_2 = distinct sort AATTlist1 AATTlist2;
my AATToutput_3 = dups sort AATTlist1 AATTlist2;


Now AATToutput_1 has qw( first list of second values )
AATToutput_2 has qw( first second )
and AATToutput_3 has qw( list of values )

Thus AATToutput_1 has all values from either input lists sans any
redundant values. AATToutput_2 has exactly those values that appear
at most once in combined list. On the other hand AATToutput_3 has
a list of values that appear multiple times in input.

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

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Array-Uniq-0.02-lp155.7.1.noarch.rpm
     

Provides :
perl(Array::Uniq)
perl-Array-Uniq

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/Array
/usr/lib/perl5/vendor_perl/5.26.1/Array/Uniq.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Array-Uniq
/usr/share/doc/packages/perl-Array-Uniq/Changes
/usr/share/doc/packages/perl-Array-Uniq/README
/usr/share/man/man3/Array::Uniq.3pm.gz

 
ICM