diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-26 01:57:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-26 01:57:28 +0000 |
commit | 8d46d635a20fa835c14605c44c2895e478687b3b (patch) | |
tree | 199d96e6043e7148342fdafd1d03413d6705fe6a /time | |
parent | 8c2c86370cab697198a295119242874c8bea0ff8 (diff) | |
download | pkgsrc-8d46d635a20fa835c14605c44c2895e478687b3b.tar.gz |
Update to 0.27:
0.27 2005-01-31
[ ENHANCEMENTS ]
- Added local_rd_values() method for the benefit of other modules like
DateTime::Event::Recurrence.
0.26 2005-01-27
[ BUG FIXES ]
- The docs claimed that the delta_ms(), delta_md(), delta_days()
methods always returned a positive duration, but this was not true for
delta_md() or delta_days().
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime/Makefile | 4 | ||||
-rw-r--r-- | time/p5-DateTime/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 51f2e1d4afc..676615479c5 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/26 16:18:40 cube Exp $ +# $NetBSD: Makefile,v 1.2 2005/02/26 01:57:28 wiz Exp $ -DISTNAME= DateTime-0.25 +DISTNAME= DateTime-0.27 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo index a82aab8e8d3..2b1f616d082 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 19:14:54 wiz Exp $ +$NetBSD: distinfo,v 1.3 2005/02/26 01:57:28 wiz Exp $ -SHA1 (DateTime-0.25.tar.gz) = f168a0051872d5ca61b39c027c5a896876174056 -RMD160 (DateTime-0.25.tar.gz) = 7a8bd8cd8d7698504152cbcd95cfeae6f0a83d0a -Size (DateTime-0.25.tar.gz) = 81993 bytes +SHA1 (DateTime-0.27.tar.gz) = a1308391aec8f164a6e9a82ca039d5f9ff1f0334 +RMD160 (DateTime-0.27.tar.gz) = 51d2f7f3220d11e13b56fde92d2f430e626b50c0 +Size (DateTime-0.27.tar.gz) = 82181 bytes |