The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.88_02 - 2010-07-29

  • Replace calling of _valid_date() in _count_weekday_variant_month() with _check_date(), because errors are handled separate.
  • Use more descriptive variable names in _parse_formatted_ymd().
  • Minor indentation and code tweaks.

Changes for version 0.88_01 - 2010-07-18

  • Check if suffixes used for ordinal numbers are suitable.
  • Test that invalid ordinal numbers fail and valid ones succeed.
  • Add a test file for the tests expected to succeed.
  • Verify for parse failures their errors emitted.
  • While processing grammar expressions, save all captured values in order to pass the extra ones to the extended checks.
  • Improve whitespace of regular expressions handling durations.

Documentation

frontend to DateTime::Format::Natural

Modules

Create machine readable date/time with natural parsing logic
Aliasing of date strings
Basic calculations
Methods with more than one implementation
Duration hooks and state handling
Processing of formatted dates
Various helper methods
Base class for DateTime::Format::Natural::Lang::
English language metadata
Common test routines/data
Handy utility methods
Wrappers for DateTime operations