The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for App-datecalc

0.04    2014-06-26 (SHARYANTO)

        - Adjust to SHARYANTO::List::Util's 0.75 (uniq renamed to uniq_adj).

        - [ux] Add commands help/? and exit/quit.


0.03    2014-05-28 (SHARYANTO)

        [BUG FIXES]

        - [grammar] D1-D2 is a duration, not a date.

        - Use delta_days() to calculate D1-D2, not subtract_datetime(). The
          former results in exact number of days (e.g. P4W4D instead of P1M1D).

        [ENHANCEMENTS]

        - Support numeric operator +, -.

        - Support numeric functions abs(), round().

        [DOCUMENTATION]

        - Add more examples in Synopsis.


0.02    2014-05-21 (SHARYANTO)

        - Numeric arithmetics.

        - Date and duration functions (e.g. month(today), years(33 months)).

        - Save and load history (~/.datecalc_history).


0.01    2014-05-20 (SHARYANTO)

        - First release.