Revision history for DateTime-Format-Human-Duration
0.60 Tue Jul 31 13:42:37 CDT 2012
* Added 'units' and 'precision' arguments (Stephan <au@hcsd.de>)
https://rt.cpan.org/Ticket/Display.html?id=76497
* Deprecated get_human_span_from_units_array()
* Added get_human_span_from_units(), which should provide an
alternative to get_human_span_from_units_array(), allowing you
to determine whether the duration is positive or negative.
https://rt.cpan.org/Ticket/Display.html?id=74923
It also works correctly with 'units' and 'precision' whereas
get_human_span_from_units_array() would not.
0.52 Mon Jul 30 15:20:21 CDT 2012
* Skip one of the 01.methods.t tests until we can figure
out a way to properly test it.
0.51 Thu Jul 5 08:35:45 CDT 2012
* Moved author tests to xt to avoid failed installations.
0.50 Tue Jul 3 14:22:49 CDT 2012
* Added 'it' localization (Aldo Calpini <dada@perl.it>)
https://rt.cpan.org/Ticket/Display.html?id=76503
0.40 Wed Apr 11 21:46:08 CDT 2012
* Simplified version number scheme to ordinary decimal.
* Minor POD changes
* Fixed 02.array.t (hopefully) to actually use nb.pm and to
pass when DateTime is not installed.
0.0.3 Tue Apr 10 20:37:18 CDT 2012
* Updated manifest - 0.0.2 was missing some needed files. Big whoops!
0.0.2 Tue Apr 10 20:08:34 2012
* Put the project on github so others can more easily add new locales
or fix issues:
https://github.com/mstratman/DateTime-Format-Human-Duration
* Added .de locale (stefanos@cpan.org)
https://rt.cpan.org/Ticket/Display.html?id=66248
* Fix for bad second counting in test (david.storrs@gmail.com)
https://rt.cpan.org/Ticket/Display.html?id=66973
* Workaround applied to tests for counting issue:
https://rt.cpan.org/Ticket/Display.html?id=52920
https://rt.cpan.org/Ticket/Display.html?id=71260
* Added failing TODO test for outstanding issue:
https://rt.cpan.org/Ticket/Display.html?id=74923
0.0.1 Sun Mar 16 10:54:08 2008
* Initial release.