How about DateTime::Incomplete::Agnostic ? You can convert it to Christian, Jewish, ... :)
- Flavio S. Glock Dave Rolsky wrote: > > > DateTime::Incomplete::Agnostic - base class > > > > to_datetime > > next / previous / etc. > > > > Another approach: the API would remember what methods were called, and > > adjust to that: if you called "set_week_number", then it is an error if > > you call "set_month". > > This is too clever. People will get errors depending on which method they > call first, and will have a hard time figuring out why it fails. > > Personally, I'd like to just see a simple DT::Incomplete that looks as > much like DateTime.pm as possible for now. > > If people clamor for other variations, they can be provided, but I just > don't see a need to implement _everything_ at the moment.
