diff options
author | sno <sno@pkgsrc.org> | 2010-02-23 19:13:06 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-23 19:13:06 +0000 |
commit | 9f002805496a8b59d2777e7e3ddbc55ea61fd63c (patch) | |
tree | ff095cdb1b640dc263e7c9df823107fa569c39ea /time | |
parent | 6886903c446ab8ea2bc7885aaa8007705242de82 (diff) | |
download | pkgsrc-9f002805496a8b59d2777e7e3ddbc55ea61fd63c.tar.gz |
Updating time/p5-DateTime-Format-Natural from 0.83 to 0.84
Upstream changes:
0.84 2010-02-22 <schubiger@cpan.org>
- Merged development version to stable.
0.83_04 2010-02-16 <schubiger@cpan.org>
- Enhance the regular expression matching a non-word alias.
- Correct the indentation of _Nth_Weekday_of_Month_Year().
0.83_03 2010-02-14 <schubiger@cpan.org>
- Introduce short name aliases. [rt #53976 - Kevin Field]
- Support shortened relative dates with a +/- prefix.
[rt #53976 - Kevin Field]
- Add according tests for aliases and prefixed dates.
- Test for case-insensitive processing of input strings.
- Test compile-time loading of Aliases.pm.
0.83_02 Wed Jan 27 10:42:41 CET 2010
- New supported formats: <time> <weekday> and <time> on <weekday>.
[rt #53979 - Kevin Field]
0.83_01 Mon Jan 18 10:28:42 CET 2010
- Pass the time zone object instead of name to the final DateTime
constructor. [rt #53268 - Eric Wilhelm]
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Natural/Makefile | 4 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Natural/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/p5-DateTime-Format-Natural/Makefile b/time/p5-DateTime-Format-Natural/Makefile index 8b8b4f47e74..7187bacf905 100644 --- a/time/p5-DateTime-Format-Natural/Makefile +++ b/time/p5-DateTime-Format-Natural/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2010/01/29 10:45:46 sno Exp $ +# $NetBSD: Makefile,v 1.7 2010/02/23 19:13:06 sno Exp $ -DISTNAME= DateTime-Format-Natural-0.83 +DISTNAME= DateTime-Format-Natural-0.84 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime-Format-Natural/distinfo b/time/p5-DateTime-Format-Natural/distinfo index 66543d1599a..93a3c7bf882 100644 --- a/time/p5-DateTime-Format-Natural/distinfo +++ b/time/p5-DateTime-Format-Natural/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/01/29 10:45:46 sno Exp $ +$NetBSD: distinfo,v 1.7 2010/02/23 19:13:06 sno Exp $ -SHA1 (DateTime-Format-Natural-0.83.tar.gz) = ced61dc9b02fc38cd9b44ed14e464e2acc7ecac8 -RMD160 (DateTime-Format-Natural-0.83.tar.gz) = b732883396ff0289700a1d06249070967c1db8b8 -Size (DateTime-Format-Natural-0.83.tar.gz) = 46287 bytes +SHA1 (DateTime-Format-Natural-0.84.tar.gz) = 5a76cbd54ae8a7466bb86bcc69b3195fb7a8897a +RMD160 (DateTime-Format-Natural-0.84.tar.gz) = c62fc4fc0ef950a621e3a7f68e70b1b33f811958 +Size (DateTime-Format-Natural-0.84.tar.gz) = 47981 bytes |