Re: Generic and multi parsers (was: ANNOUNCE: DateTime::Format::MySQL 0.01)

2003-03-20 Thread Joshua Hoblitt
> > The 15 is the string length. In this example, taken from the iCal > > format module, it checks the string length and parses based on that, > > since there are several valid iCal formats each of which is > > distinguishable based on length. > > Yeah. I got that =) I was just wondering what the

Re: Generic and multi parsers (was: ANNOUNCE: DateTime::Format::MySQL 0.01)

2003-03-19 Thread Iain 'Spoon' Truskett
* Dave Rolsky ([EMAIL PROTECTED]) [20 Mar 2003 16:43]: > On Thu, 20 Mar 2003, Iain 'Spoon' Truskett wrote: [...] > > DateTime::Format::(Builder|Generic|Factory) (I forget what the > > patterns folk are into these days) > I think it'd be Builder, since what it should probably do is construct > meth