Changes for version 0.06
- Implemented the Range object for handling ranges with dates and deltas.
- Fixed a problem in Add() when encountering a date that's the last day of month. No idea how that got in here. (Thanks to Fraser Speirs for this bug)
- Allowed divisions of Delta when they are expressed in the same units.
- Added ApproximateInSeconds() method to Deltas.
- IMPORTANT API Change: Month() method now returns a 1 based value like the others.
- Some new tests in make test.
- Added a DEFAULT_TIMEZONE constant for when no tz is passed to the constructor.
- Moved documentation to Handler.pod
- Some documentation updates concerning the constructor
Modules
Easy Date Object
Time lapse object
Test module for Date::Handler