Nicolas Chuche wrote: >> I was able to get this in place after I reset my umask to 022 and >> reinstalled >> the extension from source instead of CPAN > > weird ! > >> I'm still not able to see the calendar though, on the RT at a glance >> page. It >> still shows the error. I also reinstalled DateTime::Set from source >> instead of >> via CPAN but it hasn't helped > > Could you try two things : > > % perl -MDateTime::Set -le 'print $DateTime::Set::VERSION' > 0.25 > > and > > % perl -MDateTime::Set -le 'my $rec = DateTime::Set->from_recurrence();' > Not enough arguments in from_recurrence() at > /usr/local/share/perl/5.8.8/DateTime/Set.pm line 207. >
[EMAIL PROTECTED] ~]# sudo perl -MDateTime::Set -le 'print $DateTime::Set::VERSION' 0.25 [EMAIL PROTECTED] ~]# sudo perl -MDateTime::Set -le 'my $rec = DateTime::Set->from_recurrence();' Not enough arguments in from_recurrence() at /usr/lib/perl5/site_perl/5.8.8/DateTime/Set.pm line 207. Mathew _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
