This is on Debian sid and some DateTime packages are installed via the
deibian package system:
[EMAIL PROTECTED]:~$ COLUMNS=180 dpkg -l | grep libdatetime
ii libdatetime-format-pg-perl 0.07-1
ii libdatetime-format-strptime-perl 1.04-1
ii libdatetime-locale-perl 0.09-2
ii libdatetime-perl 0.22-1
ii libdatetime-timezone-perl 0.28-1
(well, strptime and pg I build a .deb with dh-make-perl)
But some are not packaged and I'm trying to install via CPAN or
manually.
I'm getting stuck with DateTime::Event::Recurrence (a requirement for
::ICal):
bumby:~/.cpan/build/DateTime-Event-Recurrence-0.13# perl -Iblib/lib -Iblib/arch
t/05set.t
1..9
ok 1 - next union
ok 2 - next union
ok 3 - next union
ok 4 - next union
ok 5 - next intersection
Can't call method "set_time_zone" on an undefined value at
/usr/local/share/perl/5.8.4/DateTime/Set.pm line 55.
# Looks like you planned 9 tests but only ran 5.
# Looks like your test died just after 5.
bumby:~/.cpan/build/DateTime-Event-Recurrence-0.13# fgrep 'VERSION ='
/usr/local/share/perl/5.8.4/DateTime/Set.pm
$VERSION = '0.1603';
Anyone seen this? Suggestions for debugging?
--
Bill Moseley
[EMAIL PROTECTED]