SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Array-Uniq
Version : 0.02 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 7.65 Date : 2024-08-05 19:57:04
Group : Development/Libraries/Perl Source RPM : perl-Array-Uniq-0.02-7.65.src.rpm
Size : 0.01 MB
Packager : (none)
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/openSUSE_Tumbleweed/noarch

Content of RPM  Provides Requires

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

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

Requires :
perl(:MODULE_COMPAT_5.40.0)
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/Array
/usr/lib/perl5/vendor_perl/5.40.0/Array/Uniq.pm
/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