Re: Perl 6 DateTime

2005-07-01 Thread Dave Rolsky
[cc'ing back to the datetime list] On Fri, 1 Jul 2005, Sam Vilain wrote: I may have been quite vocal in the past about the practical failings of DateTime for Perl 5, but as I'm sure we both know, the API has needed Actually, I don't remember you saying anything, but maybe it was a while back

Re: DateTime::Format::ICal bug

2005-07-01 Thread Dave Rolsky
On Thu, 30 Jun 2005, David Sweet wrote: use iCal::Parser; $parser=iCal::Parser->new(); This is not my module, nor is it a DateTime project module. Judging from the error message "Invalid ICal datetime string (20050629T21,20050630T21)" I'm guessing that the iCal::Parser module is par

Re: DateTime::Format::ICal bug

2005-07-01 Thread David Sweet
> A test script illustrating the error would be handy. Also, please send this to [EMAIL PROTECTED] > > Thanks, > > -dave Sure. To use the test script you will have to save the attached in the same directory as the test script. Here's the test script (test_ical.pl): #!/usr/local/bin/perl $FI