openbsd-ports/devel/p5-Set-Infinite/pkg/PLIST
simon 2aaeb61584 import p5-Set-Infinite
Set::Infinite is a Set Theory module for infinite sets.

A set is a collection of objects.  The objects that belong to a set are
called its members, or "elements".  As objects we allow (almost)
anything: reals, integers, and objects (such as dates).

Note that there is no account for
 - the order of elements.  For example, {1,2} = {2,1}.
 - repetition of elements.  For example, {1,2,2} = {1,1,1,2} = {1,2}.
2009-05-03 16:10:27 +00:00

10 lines
316 B
Plaintext

@comment $OpenBSD: PLIST,v 1.1.1.1 2009/05/03 16:10:28 simon Exp $
${P5SITE}/Set/
${P5SITE}/Set/Infinite/
${P5SITE}/Set/Infinite.pm
${P5SITE}/Set/Infinite/Arithmetic.pm
${P5SITE}/Set/Infinite/Basic.pm
@man man/man3p/Set::Infinite.3p
@man man/man3p/Set::Infinite::Arithmetic.3p
@man man/man3p/Set::Infinite::Basic.3p