On Sun, 1 Jun 2003, Rick Measham wrote:

> At 5:03 PM -0500 31/5/03, Dave Rolsky wrote:
> >But then I went to install the latest DT::F::Strptime and it failed too!
> >
> >Patches for the latter may be forthcoming.
>
> At 5:07 PM -0500 31/5/03, Dave Rolsky wrote:
> >Looking through the DT::F::Strptime code I see variables named "$olsen"
> >and such.  Just to clear this up for anyone who wants to refer to this in
> >their code or docs, the man's name is Arthur David _Olson_.  Credit where
> >it's due and all ;)
>
> Does the latter mean that you are working on patches? If so, are you
> changing the carp behaviour as discussed earlier in the week or are
> you working on other things? Let me know so we don't overlap.

Nah, I gave up on patches because I realized _you_ need to send _me_
patches!

Here's what I think we need to do:

- get rid of strftime in DT::F::Strptime and integrate its extra
functionality into DT.pm proper, as was discussed before.  You should do
this.

- add a method for constructing an object based on year and day of year,
so DT::F::Strptime stops trying to do

  DateTime->new( year => 1, day => 275 )

which is what causes the tests to fail.  This one I can do easily enough.


For the croak stuff, I'm sure you can fix it, and the olsen => olson
thing's just a search and replace.

How's that for a plan?


-dave

/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/

Reply via email to