Source: libmoosex-types-set-object-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Ryan Niebur , Ansgar Burchardt , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 9.20140227~), libmodule-build-tiny-perl Build-Depends-Indep: perl, libtest-fatal-perl, libmoosex-types-perl, libset-object-perl, perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010), libmoose-perl Standards-Version: 3.9.7 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-types-set-object-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-types-set-object-perl.git Homepage: https://metacpan.org/release/MooseX-Types-Set-Object Testsuite: autopkgtest-pkg-perl Package: libmoosex-types-set-object-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-types-perl, libset-object-perl, libmoose-perl 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.