Updating time/p5-DateTime-Format-Natural from 0.85 to 0.88

Upstream changes:
0.88  2010-06-16  <schubiger@cpan.org>
 - Merged development version to stable.

0.87_03  2010-06-12  <schubiger@cpan.org>
 - Fix broken use_ok() test for the Calc module.
 - Insert some missing examples in the grammar documentation.

0.87_02  2010-06-09  <schubiger@cpan.org>
 - Strengthen the check for invalid units of prefixed dates.
 - Add a test file for parse asserts.
 - Rename Base.pm to Calc.pm and adjust trace tests.
 - Reword the according abstract and description.
 - Document where arguments to dateparse's switches are required.
 - Allow dateparse to handle the language code in uppercase.

0.87_01  2010-06-06  <schubiger@cpan.org>
 - Match case-insensitively in the language option check.
 - Require (and not use) the grammar class in runtime eval.
 - Purge the remains of the formatted instance data member.
 - Delete some instance data through hash slices.
 - Convert a few non-option identifiers to lowercase.

0.87  2010-05-29  <schubiger@cpan.org>
 - Merged development version to stable.

0.86_02  2010-05-27  <schubiger@cpan.org>
 - Emit an error for 0 AM/PM suggesting to use 12 as zero.
 - Add tests for this extended check failure.
 - Adjust related prefer_future tests to make them pass.
 - When verifying that extended checks fail, call _get_error()
   to see whether it returns an error as expected.
 - Reset in _unset_error() with undef instead of empty string.

0.86_01  2010-05-18  <schubiger@cpan.org>
 - Introduce and use two flag handlers for AM/PM time values.
   [rt #56955 - Andrew Sterling Hanenkamp]
 - Assert that these values pass the extended meridiem check.
 - Split implicit matching of time only from grammar entries
   with an optional AM suffix.
 - Add tests for 12 AM/PM and the splitted grammar entries
   (including prefer_future ones).
 - Test that invalid meridiem time values fail.
 - Remove addition of 12 hours for PM time values in _at_time()
   and _time_full().
 - Dispatch to _at() for AM/PM time, to _time() for time only.
 - Comment the purpose of the wrappers _at() and _time().

0.86  2010-04-20  <schubiger@cpan.org>
 - Merged development version to stable.

0.85_02  2010-04-11  <schubiger@cpan.org>
 - Extract both caller and sub in ::Lang::Base's AUTOLOAD() at once.
 - Correct the indentation of the same subroutine.

0.85_01  2010-04-08  <schubiger@cpan.org>
 - New supported format: <time full> AM/PM. [Wes Morgan]
 - Make _time_full() capable of working with an hours option.
 - Initialize the hours option in _at_time() after having processed
   the arguments.
This commit is contained in:
sno 2010-08-04 16:47:08 +00:00
parent 9750bdb037
commit d760e63e06
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.8 2010/03/16 17:16:44 sno Exp $
# $NetBSD: Makefile,v 1.9 2010/08/04 16:47:08 sno Exp $
DISTNAME= DateTime-Format-Natural-0.85
DISTNAME= DateTime-Format-Natural-0.88
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2010/03/16 17:16:44 sno Exp $
$NetBSD: distinfo,v 1.9 2010/08/04 16:47:08 sno Exp $
SHA1 (DateTime-Format-Natural-0.85.tar.gz) = 6cf970cd7b4f75ca248f69aa74f479067c6a0cc5
RMD160 (DateTime-Format-Natural-0.85.tar.gz) = ee97276ab87498270d20ab4303c2fba178155518
Size (DateTime-Format-Natural-0.85.tar.gz) = 48441 bytes
SHA1 (DateTime-Format-Natural-0.88.tar.gz) = cdbb68a85f1a4606176b41a98f967c5fec22c2ac
RMD160 (DateTime-Format-Natural-0.88.tar.gz) = 961fe01289138a6c8756089b07820f98743053ca
Size (DateTime-Format-Natural-0.88.tar.gz) = 51649 bytes