Revision history for DateTime-Format-Human-Duration
0.64 Thu Jul 21 13:55:00 CDT 2016
*
Updated to reflect recommendation in comment on pull #7
0.63 Thu Jul 21 13:47:16 CDT 2016
*
Added compatibility with newer DateTime::Locale versions,
for RT #108601
0.62 Thu Feb 5 03:45:30 CST 2015
*
Added 'ko' localization (Keedi Kim <keedi@cpan.org>)
*
Added 'ja' localization (Tomohiro Hosaka <bokutin@bokut.in>)
0.61 Tue Jan 15 12:51:07 CST 2013
*
Added 'significant_units' parameter (Tom Hukins).
0.60 Tue Jul 31 13:42:37 CDT 2012
*
Added 'units' and 'precision' arguments (Stephan <au@hcsd.de>)
*
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.
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>)
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:
*
Added .de locale (stefanos@cpan.org)
*
Fix for bad second counting in test (david.storrs@gmail.com)
*
Workaround applied to tests for counting issue:
*
Added failing TODO test for outstanding issue:
0.0.1 Sun Mar 16 10:54:08 2008
*
Initial release.