diff options
author | wiz <wiz@pkgsrc.org> | 2006-12-08 20:40:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-12-08 20:40:27 +0000 |
commit | e1d43bdf3e4251614888dbe928a20367494b5044 (patch) | |
tree | c35325ffb94bdd5383ba40d76a17b137d66cac3c /time | |
parent | 80ab6ed3538910d5c039c49aa81b07ed5840f4a2 (diff) | |
download | pkgsrc-e1d43bdf3e4251614888dbe928a20367494b5044.tar.gz |
Update to 0.25:
0.25 2005-10-05
- t/15time_zone.t does it's own time zone "add_duration" handling
0.24 2005-10-03
- _recurrence.pm warned when the recurrence didn't have occurrences before
a given start date. Reported by Mark D. Anderson.
0.23 2005-10-03
- _recurrence.pm died when the recurrence didn't have occurrences before
a given start date. Reported by Mark D. Anderson.
0.22 2005-05-06
- DateTime::Set 0.21 dies when as_list is asked to produce a list from
outside the range of the set. Patch contributed by Stephen Gowing.
0.21 2005-04-06
- no hard limit in count() and as_list(); removed the warnings from the docs.
0.20 2005-02-28
- changed tests to use en_US instead of pt_BR (which changes every year)
by Dave Rolsky.
- optimized SpanSet methods for special cases:
start_set()
end_set()
contains( $dt )
intersects( $dt )
- added an example to count(), by David Nicol.
- added a note about how the result of min()/max() is just a copy of the
actual set boundary. Reported by Ron Hill.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Set/Makefile | 5 | ||||
-rw-r--r-- | time/p5-DateTime-Set/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/time/p5-DateTime-Set/Makefile b/time/p5-DateTime-Set/Makefile index 2d722d689da..55c0268fe8b 100644 --- a/time/p5-DateTime-Set/Makefile +++ b/time/p5-DateTime-Set/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:35 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/12/08 20:40:27 wiz Exp $ -DISTNAME= DateTime-Set-0.19 +DISTNAME= DateTime-Set-0.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime-Set/distinfo b/time/p5-DateTime-Set/distinfo index 588102d4f27..ef17a42240e 100644 --- a/time/p5-DateTime-Set/distinfo +++ b/time/p5-DateTime-Set/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 19:14:54 wiz Exp $ +$NetBSD: distinfo,v 1.3 2006/12/08 20:40:27 wiz Exp $ -SHA1 (DateTime-Set-0.19.tar.gz) = 6eb33dc61e1d0432c681decd25e6535f50c79147 -RMD160 (DateTime-Set-0.19.tar.gz) = ecfefed522ca8765c409898de3f44fe57df28e44 -Size (DateTime-Set-0.19.tar.gz) = 39591 bytes +SHA1 (DateTime-Set-0.25.tar.gz) = a98cd86bce908cbbf94f845865a53b37c219d722 +RMD160 (DateTime-Set-0.25.tar.gz) = 675204debd286e14612300c5bd50c5427b2dbf15 +Size (DateTime-Set-0.25.tar.gz) = 40287 bytes |