Add support for ranges representing the first and last day
of a month or year. [rt #44067 - Michael Reddick]Move the insertion code in parse_datetime_duration() to the
Duration class and the checks to the english metadata class.Quote for parsing failures with duration strings the entire
input string instead of a partial date string.Save and restore state for parse_datetime_duration().
Test compile-time loading of Duration.pm.