pax_global_header00006660000000000000000000000064135746775030014533gustar00rootroot0000000000000052 comment=d212647986a033eebecae105a9d53f79fcac7c9e libdatetime-format-natural-perl-1.08/000077500000000000000000000000001357467750300176405ustar00rootroot00000000000000libdatetime-format-natural-perl-1.08/Build.PL000066400000000000000000000026741357467750300211450ustar00rootroot00000000000000# 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::TimeZone' => 0, 'Exporter' => 0, 'Getopt::Long' => 0, 'List::MoreUtils' => 0, 'Params::Validate' => 0, 'Scalar::Util' => 0, 'Storable' => 0, 'Term::ReadLine' => 0, }, build_requires => { 'Cwd' => 0, 'File::Find' => 0, 'File::Spec' => 0, 'FindBin' => 0, 'Module::Util' => 0, 'Test::MockTime' => 0, 'Test::More' => 0, }, recommends => { 'Date::Calc' => 0 }, script_files => [ 'scripts/dateparse' ], license => 'perl', create_readme => 1, create_makefile_pl => 'traditional', meta_merge => { resources => { repository => 'https://github.com/stsc/DateTime-Format-Natural', }, }, ); $build->create_build_script; libdatetime-format-natural-perl-1.08/Changes000066400000000000000000001354221357467750300211420ustar00rootroot00000000000000Revision history for Perl extension DateTime::Format::Natural. 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