[ol8_developer_EPEL] perl-Array-Unique-0.08-15.el8.noarch

Name:perl-Array-Unique
Version:0.08
Release:15.el8
Architecture:noarch
Group:Unspecified
Size:19807
License:GPL+ or Artistic
RPM: perl-Array-Unique-0.08-15.el8.noarch.rpm
Source RPM: perl-Array-Unique-0.08-15.el8.src.rpm
Build Date:Fri Nov 01 2019
Build Host:jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.com
Vendor:Oracle America
URL:https://metacpan.org/release/Array-Unique
Summary:Tie-able array that allows only unique values
Description:
This package lets you create an array which will allow only one
occurrence of any value. In other words, no matter how many times
you put in 42 it will keep only the first occurrence and the rest
will be dropped. You use the module via tie and once you tied your
array to this module it will behave correctly.

Uniqueness is checked with the 'eq' operator so among other things
it is case sensitive. As a side effect the module does not allow
undef as a value in the array.

Changelog (Show File list) (Show related packages)