Re: Taking over DateTime::Format::Strptime?

2009-12-25 Thread Dave Rolsky

On Sat, 26 Dec 2009, Rick Measham wrote:

I think Strptime is a really important module for the DateTime suite, and has 
a lot more importance I've evidenced I can give to it.


Therefore, in the interests of ... well .. everybody ... I'm quite happy for 
anyone to take it over that can give it the attention it needs. I'm also 
quite happy, still, for anyone suitably qualified to be a co-maintainer of 
the current code. Again if Dave or Evan want to take it over, I'm quite happy 
for them to do so and from there it can take any direction the community is 
happy with.


I'm going to take co-maint, at least for the next release. Primarily, I'm 
interested in removing the dependency on deprecated DateTime::Locale 
features. This will probably just involve moving some of that code 
directly into DateTime::Format::Strptime itself.


After that, I'm open to more changes.

If we can produce something that's API-compatible with the current code 
that uses POSIX underneath, _and_ it's cross-platform, that's fine with 
me.


Thanks for all your work on this module over the years, Rick.


-dave

/*
http://VegGuide.org   http://blog.urth.org
Your guide to all that's veg  House Absolute(ly Pointless)
*/


Re: Taking over DateTime::Format::Strptime?

2009-12-25 Thread Rick Measham

Dave Rolsky wrote:
I've written email to modu...@perl.org with the intention of taking 
this module over. I need to make it not rely on deprecated 
DateTime::Locale APIs so I can finally release a new version of 
DateTime::Locale.


If _someone_ else out there is dying to maintain this module, please 
say so.


Rick, if you're out there, please respond.


Dear Dave and the DateTimers,

Many apologies for appearing uncontactable. I'm busier and busier these 
days have have less and less time to spend on this code. Each time I've 
received an email I've planned on getting it done, but have let it slide.


I've previously said I'd take on a co-maintainer. Evan responded that 
he'd totally rewrite the module as an XS module. I've no interest in 
doing this so the module is currently still under my maintenance (and is 
therefore virtually unmaintained).


I think Strptime is a really important module for the DateTime suite, 
and has a lot more importance I've evidenced I can give to it.


Therefore, in the interests of ... well .. everybody ... I'm quite happy 
for anyone to take it over that can give it the attention it needs. I'm 
also quite happy, still, for anyone suitably qualified to be a 
co-maintainer of the current code. Again if Dave or Evan want to take it 
over, I'm quite happy for them to do so and from there it can take any 
direction the community is happy with.



Once again, many apologies for not following up on the evolving changes 
in DateTime.


Cheers!
Rick Measham
--
Message  protected for iSite by MailGuard: e-mail anti-virus, anti-spam and 
content filtering.http://www.mailguard.com.au



Re: Taking over DateTime::Format::Strptime?

2009-12-25 Thread Evan Carroll
That came off wrong.

I still think the best thing to do, rather than maintain a perl's
reimplementation of strptime is to move dt:strptime into
dt:strptime:pp and make dt:strptime a factory for dt:strptime:pp and a
new :xs version that uses a POSIX binding through POSIX::strptime.
Something kind of like the text:csv setup.

-- 
Evan Carroll
System Lord of the Internets


Re: Taking over DateTime::Format::Strptime?

2009-12-25 Thread Evan Carroll
I still think the best thing to do, rather than maintain a perl's
reimplimentation of strptime is to fork strptime into dt:strptime:xs
move dt:strptime to dt:strptime:pp and suggest the POSIX binding
version. Something kind of like the text:csv setup.

-- 
Evan Carroll
System Lord of the Internet


Taking over DateTime::Format::Strptime?

2009-12-24 Thread Dave Rolsky

Rick, are you out there?

I've written email to modu...@perl.org with the intention of taking this 
module over. I need to make it not rely on deprecated DateTime::Locale 
APIs so I can finally release a new version of DateTime::Locale.


If _someone_ else out there is dying to maintain this module, please say 
so.


Rick, if you're out there, please respond.


-dave

/*
http://VegGuide.org   http://blog.urth.org
Your guide to all that's veg  House Absolute(ly Pointless)
*/