On 29/5/03 8:17 AM, Dave Rolsky at [EMAIL PROTECTED] spake thus: > Now, this is a seriously bad thing. What if you use a module that in turn > uses DT::F::StrpTime, and the other module turns of croaking when you > expect it to be on?
Yup .. that's a good point. I think the main point of this release is that it's better than croaking the user's application. On 29/5/03 8:49 AM, Eugene van der Pijll at [EMAIL PROTECTED] spake thus: > The right solution would be (IMHO, of course) to store the selected > behaviour in the formatter/parser object: Yup, that works for me .. my problem with storing it in the object is .. what do we do if the object doesn't create? But your solution gets around this by the on_error parameter. Thanks for the feedback guys. Cheers! Rick
