Re: RFC: DateTime::TemporalValue

2003-10-22 Thread Rick Measham
Dan Kubb wrote: > I recently worked on a project where I had to keep track of data > that changed over time. I needed to keep a history of the > changes, as well as allow values to be specified for future > time periods. > For example, a value could be set, and it would go into > effect starting

Re: RFC: DateTime::TemporalValue

2003-10-22 Thread Flavio S. Glock
Dan Kubb wrote: > > I recently worked on a project where I had to keep track of data > that changed over time. I needed to keep a history of the > changes, as well as allow values to be specified for future > time periods. DateTime::TemporalValue 082: #Class::Multimethods could really clean th

RFC: DateTime::TemporalValue

2003-10-21 Thread Dan Kubb
Hi, I recently worked on a project where I had to keep track of data that changed over time. I needed to keep a history of the changes, as well as allow values to be specified for future time periods. For example, a value could be set, and it would go into effect starting now. A second value co