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

Changelog

libmoosex-types-set-object-perl (0.04-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ Florian Schlichting ]
  * Import Upstream version 0.04
  * Add build-dependency on Module::Build::Tiny
  * Update year of upstream copyright
  * Bump dh compatibility to level 8 (no changes necessary)
  * Declare compliance with Debian Policy 3.9.5
  * Add myself to uploaders and copyright

 -- Florian Schlichting <email address hidden>  Mon, 20 Jan 2014 23:16:55 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmoosex-types-set-object-perl_0.04-1.dsc 2.4 KiB 3b7b6aa9d787ea237ca264324b039151d0ffaec4e5a83d635113703ada2dcde5
libmoosex-types-set-object-perl_0.04.orig.tar.gz 21.1 KiB f1b20427c60333b15e4e97a9ff69aba8f1bd7f7ed2f73f63a7c4d34e514a6ac0
libmoosex-types-set-object-perl_0.04-1.debian.tar.xz 2.2 KiB a1c6a81103c84237e134f5cd77db7ea301c5d255468406be309e0a43e010756f

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.