Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Uniq-0.10.0-6.mga8 RPM for noarch

From Mageia 8 for i586 / media / core / release

Name: perl-Uniq Distribution: Mageia
Version: 0.10.0 Vendor: Mageia.Org
Release: 6.mga8 Build date: Wed Feb 12 08:26:35 2020
Group: Development/Perl Build host: localhost
Size: 5982 Source RPM: perl-Uniq-0.10.0-6.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/Uniq
Summary: Perl extension for managing list of values
	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 @lis1 and @list2 are two available lists defined as
	follows:

	@list_1 = qw ( first list of values );
	@list_1 = qw ( second list of values );

	and we run the following commands:

	my @output_1 = uniq sort @list1 @list2;
	my @output_2 = distinct sort @list1 @list2;
	my @output_3 = dups sort @list1 @list2;


	Now @output_1 has qw( first list of second values )
	    @output_2 has qw( first second )
	and @output_3 has qw( list of values )

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

EXPORT
       Exported are methods
       	1) uniq       [ similar to 'uniq' shell command ]
    	2) distinct   [ similar to 'uniq -u' shell command ]
    	3) dups       [ similar to 'uniq -d' shell command ]

Provides

Requires

License

GPL+ or Artistic

Changelog

* Wed Feb 12 2020 umeabot <umeabot> 0.10.0-6.mga8
  + Revision: 1497955
  - Mageia 8 Mass Rebuild
  + wally <wally>
  - replace deprecated %makeinstall_std
* Wed Sep 19 2018 umeabot <umeabot> 0.10.0-5.mga7
  + Revision: 1272408
  - Mageia 7 Mass Rebuild

Files

/usr/share/doc/perl-Uniq
/usr/share/doc/perl-Uniq/Changes
/usr/share/doc/perl-Uniq/README
/usr/share/man/man3/Uniq.3pm.xz
/usr/share/perl5/vendor_perl/Uniq.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:22:09 2024