NAME
    DateTime::Natural::Parse - Create machine readable time with natural
    parsing logic

SYNOPSIS
     use DateTime::Natural::Parse qw(natural_parse);

     print natural_parse($date_string);

DESCRIPTION
    "DateTime::Natural::Parse" exports a function, natural_parse(), by
    default which takes a string with human readable time and creates a
    machine readable one by applying natural parsing logic.

    This documentation will be further extended to include the details of
    valid human readable input grammar.

    Meanwhile,
    <http://www.rubyinside.com/chronic-natural-date-parsing-for-ruby-229.htm
    l> serves some example input.

AUTHOR
    Steven Schubiger <schubiger@cpan.org>

LICENSE
    This program is free software; you may redistribute it and/or modify it
    under the same terms as Perl itself.

    See <http://www.perl.com/perl/misc/Artistic.html>

