libdatetime-set-perl 0.3600-1 source package in Ubuntu

Changelog

libdatetime-set-perl (0.3600-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.3600
  * Bump debhelper compatibility level to 9

 -- Lucas Kanashiro <email address hidden>  Sat, 14 Nov 2015 11:44:58 -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
libdatetime-set-perl_0.3600-1.dsc 2.4 KiB 8a98284cfdc8459f14bfa97576224e2470866b715ef81f061c9ef4e988635b06
libdatetime-set-perl_0.3600.orig.tar.gz 44.6 KiB 83503960c773efadfe2b0255e61bc1eb531bb6f497463d3b3880d7a516bc2f13
libdatetime-set-perl_0.3600-1.debian.tar.xz 3.3 KiB a8885fed3eca22a561f16a827c2d4563c8672e06a5ca0449474daea78243355a

Available diffs

No changes file available.

Binary packages built by this source

libdatetime-set-perl: Datetime sets and set math

 DateTime::Set is a module for date/time sets. It can be used to
 handle two different types of sets.
 .
 The first is a fixed set of predefined datetime objects. For example,
 to create a set of dates containing the birthdays of people in a family.
 .
 The second type of set that it can handle is one based on the idea of
 a recurrence, such as "every Wednesday", or "noon on the 15th day of
 every month". This type of set can have fixed starting and ending
 datetimes, but neither is required. So "every Wednesday set"
 could be "every Wednesday from the beginning of time until the end of
 time", or "every Wednesday after 2003-03-05 until the end of time", or
 "every Wednesday between 2003-03-05 and 2004-01-07".