This queue is for tickets about the Tie-iCal CPAN distribution.
Maintainer(s)' notes
The latest code (work in progress) is in a Git repository here: https://github.com/dolmen/p5-Tie-iCal
git clone --origin upstream git://github.com/dolmen/p5-Tie-iCal.git Tie-iCal
The best way to submit patches is to create a new branch from the Git repo, fork it on Github and push your branch, and submit a pull request. But old-style patches attached to a ticket here are fine too.
Id: |
81234 |
Status: |
new |
Priority: |
0/
|
Queue: |
Tie-iCal
|
Owner: |
Nobody in particular
|
Requestors: |
dolmen [...] cpan.org
|
Cc: |
|
AdminCc: |
|
|
Severity: |
Wishlist |
Broken in: |
0.15 |
Fixed in: |
(no value)
|
|
Fri Nov 16 10:41:15 2012
dolmen [...] cpan.org - Ticket created
The PRODID at the top of the VCALENDAR object is currently hardcoded to
"-//Numen Inest/NONSGML Tie::iCal 0.15//EN".
It would be helpful to be able to change the PRODID by setting a
property of the object:
my $ical = tie %events, 'Tie::iCal', "mycalendar.ics";
$ical->{PRODID} = "-//My App/NONSGML Tie::iCal 0.15//EN";
--
Olivier Mengué -
http://perlresume.org/DOLMEN