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

Changes for version 0.82 - 2009-12-21

  • Merged development version to stable.

Changes for version 0.81_04 - 2009-12-16

  • dateparse: use the same class instance for each parse run; match case-insensitively for commands that quit.

Changes for version 0.81_03 - 2009-12-11

  • Use string interpolation instead of concatenation for symbolic references in __new().

Changes for version 0.81_02 - 2009-12-09

  • Reduce the common logic of _valid_date() and _valid_time() by moving most of it to a method.
  • Store the daytime option internally with a less nested name.

Changes for version 0.81_01 - 2009-12-07

  • Place the common body of _add() and _subtract() in a single method.
  • Comment the inverse use of _add() within _add_or_subtract().
  • Set values at once within _check_time().
  • Initialize tokens with an anonymous array reference.
  • Purge last unneeded occurrence of 'scalar'.

Documentation

frontend to DateTime::Format::Natural

Modules

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