pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/p5-DateTime-Format-Natural
Module Name: pkgsrc
Committed By: sno
Date: Wed Aug 4 16:47:09 UTC 2010
Modified Files:
pkgsrc/time/p5-DateTime-Format-Natural: Makefile distinfo
Log Message:
Updating time/p5-DateTime-Format-Natural from 0.85 to 0.88
Upstream changes:
0.88 2010-06-16 <schubiger%cpan.org@localhost>
- Merged development version to stable.
0.87_03 2010-06-12 <schubiger%cpan.org@localhost>
- Fix broken use_ok() test for the Calc module.
- Insert some missing examples in the grammar documentation.
0.87_02 2010-06-09 <schubiger%cpan.org@localhost>
- Strengthen the check for invalid units of prefixed dates.
- Add a test file for parse asserts.
- Rename Base.pm to Calc.pm and adjust trace tests.
- Reword the according abstract and description.
- Document where arguments to dateparse's switches are required.
- Allow dateparse to handle the language code in uppercase.
0.87_01 2010-06-06 <schubiger%cpan.org@localhost>
- Match case-insensitively in the language option check.
- Require (and not use) the grammar class in runtime eval.
- Purge the remains of the formatted instance data member.
- Delete some instance data through hash slices.
- Convert a few non-option identifiers to lowercase.
0.87 2010-05-29 <schubiger%cpan.org@localhost>
- Merged development version to stable.
0.86_02 2010-05-27 <schubiger%cpan.org@localhost>
- Emit an error for 0 AM/PM suggesting to use 12 as zero.
- Add tests for this extended check failure.
- Adjust related prefer_future tests to make them pass.
- When verifying that extended checks fail, call _get_error()
to see whether it returns an error as expected.
- Reset in _unset_error() with undef instead of empty string.
0.86_01 2010-05-18 <schubiger%cpan.org@localhost>
- Introduce and use two flag handlers for AM/PM time values.
[rt #56955 - Andrew Sterling Hanenkamp]
- Assert that these values pass the extended meridiem check.
- Split implicit matching of time only from grammar entries
with an optional AM suffix.
- Add tests for 12 AM/PM and the splitted grammar entries
(including prefer_future ones).
- Test that invalid meridiem time values fail.
- Remove addition of 12 hours for PM time values in _at_time()
and _time_full().
- Dispatch to _at() for AM/PM time, to _time() for time only.
- Comment the purpose of the wrappers _at() and _time().
0.86 2010-04-20 <schubiger%cpan.org@localhost>
- Merged development version to stable.
0.85_02 2010-04-11 <schubiger%cpan.org@localhost>
- Extract both caller and sub in ::Lang::Base's AUTOLOAD() at once.
- Correct the indentation of the same subroutine.
0.85_01 2010-04-08 <schubiger%cpan.org@localhost>
- New supported format: <time full> AM/PM. [Wes Morgan]
- Make _time_full() capable of working with an hours option.
- Initialize the hours option in _at_time() after having processed
the arguments.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/p5-DateTime-Format-Natural/Makefile \
pkgsrc/time/p5-DateTime-Format-Natural/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index