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

Changelog

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

  [ gregor herrmann ]
  * Install CONTRIBUTING file.
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Update Test::use::ok build dependency.

  [ Florian Schlichting ]
  * Add debian/upstream/metadata
  * Import upstream version 0.05
  * Update years of packaging copyright
  * Declare compliance with Debian Policy 3.9.6
  * Mark package autopkgtest-able
  * Bump debhelper dependency to minimum version required by
    Module::Build::Tiny

 -- Florian Schlichting <email address hidden>  Fri, 21 Aug 2015 14:20:56 +0200

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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-types-set-object-perl_0.05-1.dsc 2.5 KiB c903fb88483b49aaa18e47b9a65e4ed23eeedc3b006934dfc6f05558634abdb4
libmoosex-types-set-object-perl_0.05.orig.tar.gz 27.5 KiB 107522b6133255f7bb8b5f61d902dc26800196c2390111b1aff2cde12dffefb8
libmoosex-types-set-object-perl_0.05-1.debian.tar.xz 2.7 KiB 06418e9592411098f0523704011f5370463960eda328c98669bb2f9f5bae22b9

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.