Commit graph

5 commits

Author SHA1 Message Date
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
wen
18d787298d Updated to 0.26 from 0.24
Upstream changes:
0.26  Thu Mar 22 10:50:00 2012
	- No code changes.
	- Expand the sample code and comments under difference() to show more clearly what sets get
		changed during operations, and to show another way of determining the difference between sets.

0.25  Fri Mar  9 16:58:00 2012
	- Add Try::Tiny to pre-reqs. Add attributes, overload, strict, subs and warnings too.
2012-09-10 14:57:37 +00:00
fhajny
302237fdf1 Import p5-Set-Array-0.24 as devel/p5-Set-Array.
Set::Array allows you to create arrays as objects and use OO-style methods on
them. Many convenient methods are provided here that appear in the FAQ's, the
Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set
methods with corresponding (overloaded) operators for the purpose of Set
comparison, i.e. +, ==, etc.

The purpose is to provide built-in methods for operations that people are
always asking how to do, and which already exist in languages like Ruby. This
should (hopefully) improve code readability and/or maintainability. The other
advantage to this module is method-chaining by which any number of methods may
be called on a single object in a single statement.
2012-03-08 11:24:17 +00:00