1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: libmoosex-types-set-object-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-12), libtest-exception-perl,
libmoosex-types-perl, libset-object-perl, libtest-use-ok-perl,
libmoose-perl (>= 0.50)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <frequency@cpan.org>, Ryan Niebur <ryanryan52@gmail.com>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/MooseX-Types-Set-Object/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-types-set-object-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-types-set-object-perl/
Package: libmoosex-types-set-object-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-types-perl,
libset-object-perl, libmoose-perl (>= 0.50)
Description: Perl module providing a Set::Object type
MooseX::Types::Set::Object provides Moose type constraint (see MooseX::Types
and Moose::Util::TypeConstraints) that is a Set::Object, with coercions. It
is essentially a collection of unordered objects without duplication (see
Set Theory in Mathematics).
.
Similarly, it allows one to operate on these sets - determining their union,
intersection, difference and symmetric difference in a trivial way. There are
many more operations, which are discussed in Set::Object's documentation.
|