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 | 34a7d459c14c3b1f18dd85da57d28c174a01c4db (patch) | |
tree | 199d96e6043e7148342fdafd1d03413d6705fe6a /time/p5-DateTime/Makefile | |
parent | 49142e3ca2c50f18b9159b9b269d47a8f2c253e3 (diff) | |
download | pkgsrc-34a7d459c14c3b1f18dd85da57d28c174a01c4db.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/p5-DateTime/Makefile')
-rw-r--r-- | time/p5-DateTime/Makefile | 4 |
1 files changed, 2 insertions, 2 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/} |