Bug 152211

Summary: [NEW PORT] devel/p5-Array-Unique: Tie-able array that allows only unique values
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Philip M. Gollucci <pgollucci>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Array-Unique-0.08.shar none

Description gslin 2010-11-13 21:30:08 UTC
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.

WWW:	http://search.cpan.org/dist/Array-Unique/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-13 21:30:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

pgollucci@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-11-16 03:04:52 UTC
State Changed
From-To: open->closed

Committed, Thanks!