DateTime-Format-Natural-1.21000755002000000144 015012437311 15076 5ustar00stsusers000000000000DateTime-Format-Natural-1.21/Build.PL000444002000000144 270015012437311 16526 0ustar00stsusers000000000000# Note: this file has been initially created by Make::Build::Convert 0.20_01 use strict; use warnings; use Module::Build; my $build = Module::Build->new ( module_name => 'DateTime::Format::Natural', dist_author => 'Steven Schubiger ', dist_version_from => 'lib/DateTime/Format/Natural.pm', requires => { 'boolean' => 0, 'Carp' => 0, 'Clone' => 0, 'DateTime' => 0, 'DateTime::HiRes' => 0, 'DateTime::TimeZone' => 0, 'Exporter' => 0, 'Getopt::Long' => 0, 'List::Util' => '1.33', 'Params::Validate' => '1.15', 'Scalar::Util' => 0, 'Storable' => 0, 'Term::ReadLine' => 0, }, test_requires => { 'Cwd' => 0, 'File::Find' => 0, 'File::Spec' => 0, 'FindBin' => 0, 'Module::Util' => 0, 'Test::MockTime::HiRes' => 0, 'Test::More' => 0, }, recommends => { 'Date::Calc' => 0 }, script_files => [ 'scripts/dateparse' ], license => 'perl', create_readme => 1, meta_merge => { resources => { repository => 'https://github.com/stsc/DateTime-Format-Natural', }, }, ); $build->create_build_script; DateTime-Format-Natural-1.21/Changes000444002000000144 14534115012437311 16576 0ustar00stsusers000000000000Revision history for Perl extension DateTime::Format::Natural. 1.21 2025-05-18 - Merged development version to stable. 1.20_01 2025-04-28 - ::Duration::Checks: mark all subroutines as internal. - Un-exclude Duration::Checks in pod{-coverage}.t. 1.20 2025-03-22 - Document ::Duration::Checks. 1.19 2025-01-05 - Merged development version to stable. 1.18_01 2025-01-04 - Use List::Util instead of List::MoreUtils. [github #22 - Graham Ollis] 1.18 2023-10-05 - Merged development version to stable. 1.17_02 2023-10-03 - Validate 'daytime' parameter. 1.17_01 2023-10-01 - Minor wording tweak. - Minor indentation tweak. 1.17 2023-06-20 - Merged development version to stable. - Minor tweak. 1.16_01 2023-06-18 - Fix parse_datetime_duration doesn't understand hours with no minutes, anymore. [github #19 - Giovanni Pensa] 1.16 2023-02-04 - Merged development version to stable. 1.15_03 2023-02-03 - Drop generating compat Makefile.PL. 1.15_02 2023-02-02 - Remove implicit m/d format; adjust tests. [github #11] 1.15_01 2023-01-27 - Move further testing modules to test_requires. [inspired by github #10 - Karen Etheridge] 1.15 2023-01-12 - Merged development version to stable. 1.14_03 2023-01-10 - Minor whitespace tweak. 1.14_02 2023-01-09 - Move testing modules to test_requires. [github #20 - Olaf Alders] - List Jim Avera in credits. 1.14_01 2023-01-08 - Fix extract_datetime fails with newly-created parser. [rt #144219 - Jim Avera] 1.14 2022-12-30 - Merged development version to stable. 1.13_02 2022-12-29 - Distinguish between truncated/unaltered when testing. 1.13_01 2022-08-06 - Add support for millisecond(s) as parsable unit. 1.13 2022-01-23 - Merged development version to stable. 1.12_01 2022-01-20 - Fix demand_future not working for method count_weekday. [github #16 - joernclausen] 1.12 2021-03-19 - Merged development version to stable. 1.11_03 2021-03-13 - Refactor extracting duration. - Don't try to trim the extract string twice. - Amend documentation of ::Utils. 1.11_02 2020-10-16 - Introduce utility function trim(). 1.11_01 2020-10-03 - Assert that error() returns '' on success. 1.11 2020-09-23 - Merged development version to stable. 1.10_04 2020-09-22 - Fail when parsing month/day with an explicit ymd-format. 1.10_03 2020-09-19 - Clarify meaning of format option. [rt #133200 - Ricardo Signes] 1.10_02 2020-09-05 - 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 - Allow configuration to make "8/10" mean October 8. [rt #133140 - Ricardo Signes] - Minor tweaks. 1.10 2020-06-26 - Merged development version to stable. 1.09_01 2020-06-21 - Support common unit abbreviations. [github #8 - grr] 1.09 2020-05-17 - Merged development version to stable. 1.08_02 2020-05-01 - Require Params::Validate >=1.15 to fix test failures with older versions. [testers #112427415 - Alexandr Ciornii] 1.08_01 2020-04-17 - Prefer the future even stronger with demand_future. [rt #92189 - Ricardo Signes] - When advancing to future times, consider also minutes/seconds. 1.08 2019-12-07 - Merged development version to stable. 1.07_03 2019-12-06 - New supported formats: seconds/minutes before/after yesterday/today/tomorrow. [github #6 - Felix Ostmann] 1.07_02 2019-11-19 - New supported format: hours before/after today. [github #6 - Felix Ostmann] 1.07_01 2019-10-27 - New supported formats: before/after noon/midnight. [github #6 - Felix Ostmann] 1.07 2019-03-29 - Merged development version to stable. 1.06_01 2019-03-13 - New supported format: quarter. [Xiao Yafeng] 1.06 2018-10-28 - Merged development version to stable. 1.05_02 2018-10-27 - Amend description of prefer_future option. - Include the time zone when constructing DateTime objects for the datetime option in dateparse. - Minor tweaks to dateparse. 1.05_01 2018-10-25 - Fix advancing to future when both datetime and prefer_future options are provided. 1.05 2017-04-23 - Merged development version to stable. 1.04_01 2017-03-03 - New supported format: beginning/end of last month. [rt #120436 - Shawn M. Moore] 1.04 2016-07-24 - Merged development version to stable. 1.03_02 2016-07-15 - Document format: ISO 8601 T