Bug 152211 - [NEW PORT] devel/p5-Array-Unique: Tie-able array that allows only unique values
Summary: [NEW PORT] devel/p5-Array-Unique: Tie-able array that allows only unique values
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-13 21:30 UTC by gslin
Modified: 2010-11-16 03:04 UTC (History)
1 user (show)

See Also:


Attachments
p5-Array-Unique-0.08.shar (2.35 KB, text/plain)
2010-11-13 21:30 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!