[Catalyst] Generating iCalendar
Bill Moseley
moseley at hank.org
Mon Jan 8 21:05:05 GMT 2007
Anyone generating text/calendar output? Are you using Data::ICal?
Have an example of generating events?
Grrr, CPAN. Someday I'm going to install a module and it will suck down
the entire CPAN in dependencies! Not sure I need "prefork" to
generate ical files.
cpan> install Data::ICal::DateTime
---- Unsatisfied dependencies detected during [S/SI/SIMONW/Data-ICal-DateTime-0.65.tar.gz] -----
Test::LongString
Data::ICal
---- Unsatisfied dependencies detected during [R/RG/RGARCIA/Test-LongString-0.11.tar.gz] -----
Test::Builder::Tester
gpg: WARNING: unsafe ownership on configuration file `/home/moseley/.gnupg/gpg.conf'
gpg: Signature made Sun 03 Dec 2006 03:27:14 PM PST using DSA key ID 10F54327
gpg: external program calls are disabled due to unsafe options file permissions
gpg: keyserver communications error: general error
gpg: Can't check signature: public key not found
==> BAD/TAMPERED signature detected! <==
---- Unsatisfied dependencies detected during [J/JE/JESSE/Data-ICal-0.11.tar.gz] -----
Class::ReturnValue
Text::vFile::asData
---- Unsatisfied dependencies detected during [J/JE/JESSE/Class-ReturnValue-0.53.tar.gz] -----
Test::Inline
---- Unsatisfied dependencies detected during [A/AD/ADAMK/Test-Inline-2.105.tar.gz] -----
Class::Autouse
Pod::Tests
File::Flat
Algorithm::Dependency
---- Unsatisfied dependencies detected during [A/AD/ADAMK/File-Flat-0.96.tar.gz] -----
prefork
File::NCopy
Then after all that:
t/00.load...................ok 1/11# Testing Data::ICal::DateTime 0.65
t/00.load...................ok
t/01.parse..................ok
t/01.parse_recurring........Can't use an undefined value as an ARRAY reference at /usr/local/share/perl/5.8.8/Data/ICal.pm line 159.
# Looks like your test died before it could output anything.
t/01.parse_recurring........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
t/02.complicated............Can't use an undefined value as an ARRAY reference at /usr/local/share/perl/5.8.8/Data/ICal.pm line 159.
# Looks like your test died before it could output anything.
t/02.complicated............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-7
Failed 7/7 tests, 0.00% okay
t/03.recurrence-id..........Can't use an undefined value as an ARRAY reference at /usr/local/share/perl/5.8.8/Data/ICal.pm line 159.
# Looks like your test died before it could output anything.
t/03.recurrence-id..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-8
Failed 8/8 tests, 0.00% okay
t/04.all_day................Can't use an undefined value as an ARRAY reference at /usr/local/share/perl/5.8.8/Data/ICal.pm line 159.
# Looks like your test died before it could output anything.
t/04.all_day................dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-24
Failed 24/24 tests, 0.00% okay
t/05.palm_floating..........Can't use an undefined value as an ARRAY reference at /usr/local/share/perl/5.8.8/Data/ICal.pm line 159.
# Looks like your test died before it could output anything.
t/05.palm_floating..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-13
Failed 13/13 tests, 0.00% okay
t/05.palm_floating_recur....Can't use an undefined value as an ARRAY reference at /usr/local/share/perl/5.8.8/Data/ICal.pm line 159.
# Looks like your test died before it could output anything.
t/05.palm_floating_recur....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-13
Failed 13/13 tests, 0.00% okay
t/pod-coverage..............skipped
all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod.......................ok
--
Bill Moseley
moseley at hank.org
More information about the Catalyst
mailing list