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

Changelog

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

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

  [ Ryan Niebur ]
  * Update jawnsy's email address
  * Update ryan52's email address

  [ Ansgar Burchardt ]
  * New upstream release.
  * Build-dep on libtest-fatal-perl instead of libtest-exception-perl.
  * Use source format 3.0 (quilt).
  * debian/copyright: Update for new upstream release, formatting changes.
  * Bump Standards-Version to 3.9.1.
  * Add myself to Uploaders.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  06 Dec 2010 12:54:03 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Natty
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmoosex-types-set-object-perl_0.03.orig.tar.gz 10.8 KiB a67530cfb7cf98f64dc59305bb2f56b8b03e85606ea7caf9067c55aac6d315af
libmoosex-types-set-object-perl_0.03-1.debian.tar.gz 2.1 KiB 77f7e7e85c904636973b65f3a29bbc6243f97396fc63e9ea989f58327d36c555
libmoosex-types-set-object-perl_0.03-1.dsc 2.2 KiB 7af8737b8240d730c13211b0b67f342584920d821b2c87c5d3f011c9a8704cda

Available diffs

View changes file

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.