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.
This commit is contained in:
wiz 2006-12-08 20:40:27 +00:00
parent fccbc61163
commit 9130448271
2 changed files with 6 additions and 7 deletions

View file

@ -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/}

View file

@ -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