Flavio S. Glock schreef:
> First release of DateTime::Incomplete !
>
> http://www.ipct.pucrs.br/flavio/perl/DateTime-Incomplete-0.00_01.tar.gz
>
> It is incomplete, of course.
Very much so...
I would prefer if this:
DateTime::Incomplete->new( year => 2003 );
would create the incomplete dt 2003-xx-xxTxx:xx:xx; that is: the
defaults of the DT::I constructor should be 'unknown'. That simplifies
the creation of DT::I objects, and is the most intuitive solution.
I don't know what implementation you're thinking of, but I'd like to be
able to say
DateTime::Incomplete->new( year => 1534, calendar => 'Julian' );
Would that be easy to implement, or would I need to create my own
DT::C::Julian::Incomplete modules?
Eugene