libdata-ical-perl 0.22+dfsg-1 source package in Ubuntu

Changelog

libdata-ical-perl (0.22+dfsg-1) unstable; urgency=medium

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

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

  [ Florian Schlichting ]
  * Import Upstream version 0.22+dfsg
  * Update copyright years
  * Declare compliance with Debian Policy 3.9.6
  * Mark package autopkgtest-able

 -- Florian Schlichting <email address hidden>  Wed, 12 Aug 2015 21:47:51 +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
Bionic release universe perl
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-ical-perl_0.22+dfsg-1.dsc 2.3 KiB c44ee0339e17dd7913ea37fa102439cef118e072bef7329d5dbb2007f72c7070
libdata-ical-perl_0.22+dfsg.orig.tar.gz 52.6 KiB ed007f8fafbd6e8017501ac849c370f4b219c565f4993d532fb94e2f5832e85b
libdata-ical-perl_0.22+dfsg-1.debian.tar.xz 4.1 KiB be50373b2180bfe283ed54f65b0e758c8e46d616f747df8f8b0ae39a6fcf5386

Available diffs

No changes file available.

Binary packages built by this source

libdata-ical-perl: Perl module for manipulating iCalendar (RFC2445) files

 Data::ICal provides an implementation of Perl objects that represent a given
 VCALENDAR object as defined in the iCalendar protocol (RFC 2445, MIME type
 "text/calendar"), as implemented in many popular calendaring programs such as
 Apple's iCal.
 .
 Each Data::ICal object is a collection of "entries", which are objects of a
 subclass of Data::ICal::Entry. The types of entries defined by iCalendar
 (which refers to them as "components") include events, to-do items, journal
 entries, free/busy time indicators and time zone descriptors, but this module
 currently only implements to-do items and events.