2023-12-03 02:16:35 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.18
Upstream changes:
1.18 2023-10-05 <schubiger@cpan.org>
- Merged development version to stable.
1.17_02 2023-10-03 <schubiger@cpan.org>
- Validate 'daytime' parameter.
1.17_01 2023-10-01 <schubiger@cpan.org>
- Minor wording tweak.
- Minor indentation tweak.
1.17 2023-06-20 <schubiger@cpan.org>
- Merged development version to stable.
- Minor tweak.
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-04-11 13:47:30 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.16
Update DEPENDS
Upstream changes:
1.16 2023-02-04 <schubiger@cpan.org>
- Merged development version to stable.
1.15_03 2023-02-03 <schubiger@cpan.org>
- Drop generating compat Makefile.PL.
1.15_02 2023-02-02 <schubiger@cpan.org>
- Remove implicit m/d format; adjust tests.
[github #11]
1.15_01 2023-01-27 <schubiger@cpan.org>
- Move further testing modules to test_requires.
[inspired by github #10 - Karen Etheridge]
1.15 2023-01-12 <schubiger@cpan.org>
- Merged development version to stable.
1.14_03 2023-01-10 <schubiger@cpan.org>
- Minor whitespace tweak.
1.14_02 2023-01-09 <schubiger@cpan.org>
- Move testing modules to test_requires.
[github #20 - Olaf Alders]
- List Jim Avera in credits.
1.14_01 2023-01-08 <schubiger@cpan.org>
- Fix extract_datetime fails with newly-created parser.
[rt #144219 - Jim Avera]
1.14 2022-12-30 <schubiger@cpan.org>
- Merged development version to stable.
1.13_02 2022-12-29 <schubiger@cpan.org>
- Distinguish between truncated/unaltered when testing.
1.13_01 2022-08-06 <schubiger@cpan.org>
- Add support for millisecond(s) as parsable unit.
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-02-14 15:23:01 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.13
Upstream changes:
1.13 2022-01-23 <schubiger@cpan.org>
- Merged development version to stable.
1.12_01 2022-01-20 <schubiger@cpan.org>
- Fix demand_future not working for method count_weekday.
[github #16 - joernclausen]
|
2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2021-03-28 00:52:15 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.12
Upstream changes:
1.12 2021-03-19 <schubiger@cpan.org>
- Merged development version to stable.
1.11_03 2021-03-13 <schubiger@cpan.org>
- Refactor extracting duration.
- Don't try to trim the extract string twice.
- Amend documentation of ::Utils.
1.11_02 2020-10-16 <schubiger@cpan.org>
- Introduce utility function trim().
1.11_01 2020-10-03 <schubiger@cpan.org>
- Assert that error() returns '' on success.
|
2020-11-08 15:58:11 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.11
Upstream changes:
1.11 2020-09-23 <schubiger@cpan.org>
- Merged development version to stable.
1.10_04 2020-09-22 <schubiger@cpan.org>
- Fail when parsing month/day with an explicit ymd-format.
1.10_03 2020-09-19 <schubiger@cpan.org>
- Clarify meaning of format option.
[rt #133200 - Ricardo Signes]
1.10_02 2020-09-05 <schubiger@cpan.org>
- Allow mm/dd and dd/mm as valid formats and amend tests.
- Improve format matching regexes.
- List example with new format under examples section.
1.10_01 2020-08-21 <schubiger@cpan.org>
- Allow configuration to make "8/10" mean October 8.
[rt #133140 - Ricardo Signes]
- Minor tweaks.
|