libmoosex-types-set-object-perl 0.05-3 source package in Ubuntu

Changelog

libmoosex-types-set-object-perl (0.05-3) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Ryan Niebur from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Thu, 16 Jun 2022 15:02:08 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-types-set-object-perl_0.05-3.dsc 2.3 KiB 81a03f35ed7335acf6d41b2413cbd4fcc3941312b7bdf68a27ed1a360b9e4e26
libmoosex-types-set-object-perl_0.05.orig.tar.gz 27.5 KiB 107522b6133255f7bb8b5f61d902dc26800196c2390111b1aff2cde12dffefb8
libmoosex-types-set-object-perl_0.05-3.debian.tar.xz 2.9 KiB 5e69a7612b796ea9b0d622e3f6d88e63265be69fbf8d1eb84d759b55bb3d48d8

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-types-set-object-perl: 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.