Re: datetime::format::w3cdtf

2003-02-18 Thread Rick Measham
On 19/2/03 11:44 am, [EMAIL PROTECTED] at [EMAIL PROTECTED] spake thus: > I wrote DateTime::Format::W3CDTF Just a thought ... once we have a few Formats, maybe we should start distributing Bundle::DateTime::Format which would contain all the formats released at the time of downloading? (when we up

Re: datetime::format::w3cdtf

2003-02-18 Thread Rick Measham
On 19/2/03 11:44 am, [EMAIL PROTECTED] at [EMAIL PROTECTED] spake thus: > First I just want to confirm that DateTime does not support fractional > seconds? Its a little used part of the spec,so I hardly think its a big > deal, but it would be nice to support if possible. Please can we support the

datetime::format::w3cdtf

2003-02-18 Thread kellan
Playing with some xml::rss code today for supporting rss 1.0 modules mod_event, and mod_syndication so I wrote DateTime::Format::W3CDTF Writing the module was simple, most of the logic is lifted directly from Format::ICal.pm, but it brought up a couple of questions. First I just want to confirm t

Re: XS giving install errors

2003-02-18 Thread Rick Measham
> On Wed, 19 Feb 2003, Rick Measham wrote: >> Error: Cannot parse function definition from ' SV* self;' in >> DateTime.xs, line 210 >> Anyone help me with what is happening here, and specifically how I can fix >> it? On 19/2/03 10:40 am, Dave Rolsky at [EMAIL PROTECTED] replied: > Apparently

Re: XS giving install errors

2003-02-18 Thread Dave Rolsky
On Wed, 19 Feb 2003, Rick Measham wrote: > When I 'make': > > [makes directories and copies file around, then:] > > /usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 > /usr/libdata/perl/5.00503/ExtUtils/xsubpp -typemap > /usr/libdata/perl/5.00503/ExtUtils/typemap DateTime

XS giving install errors

2003-02-18 Thread Rick Measham
When I 'make': [makes directories and copies file around, then:] /usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 /usr/libdata/perl/5.00503/ExtUtils/xsubpp -typemap /usr/libdata/perl/5.00503/ExtUtils/typemap DateTime.xs >xstmp.c && mv xstmp.c DateTime.c Error: Cannot pa