Source: libtie-ical-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>, Fabrizio Regalli <fabreg@fabreg.it>
Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.380000) | perl (>= 5.13.11)
Build-Depends-Indep: perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtie-ical-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libtie-ical-perl.git
Homepage: http://search.cpan.org/dist/Tie-iCal/

Package: libtie-ical-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module for tieing iCal files to Perl hashes
 Tie::iCal represents an RFC2445 iCalendar file as a Perl hash. Each key in
 the hash represents an iCalendar component like VEVENT, VTODO or VJOURNAL.
 Each component in the file must have a unique UID property as specified in
 the RFC 2445. A file containing non-unique UIDs can be converted to have
 only unique UIDs (see samples/uniquify.pl).
 .
 The module makes very little effort in understanding what each iCalendar
 property means and concentrates on the format of the iCalendar file only.
  
