Update to 1.06

Upstream changes:
1.06   2013-12-31

- DateTime's attempt to generate infinity by calculating 9**9**9 actually got
  a number on some platforms, like powerpcspe. Reported by Gregor Hermann. RT
  #91696.


1.05   2013-12-22

- Added a new CLDR ZZZZZ specifier, which is like ZZZ but inserts a
  colon. Patch by Ricardo Signes.

- Added a new option for the truncate() method to truncate to the
  "local_week". This truncates to the locale's notion of the first day of the
  week, rather than always truncating to Monday. Patch by Christian Hansen.


1.04   2013-12-07

- Calling set_locale() or set_formatter() on an object with an ambiguous local
  time could change the underlying UTC time for that object. Reported by Marta
  Cuaresma Saturio. RT #90583.
This commit is contained in:
wen 2014-01-09 08:03:45 +00:00
parent e5125af6c3
commit e91cd13ef4
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.38 2013/08/30 08:01:23 wen Exp $
# $NetBSD: Makefile,v 1.39 2014/01/09 08:03:45 wen Exp $
DISTNAME= DateTime-1.03
DISTNAME= DateTime-1.06
PKGNAME= p5-${DISTNAME}00
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.28 2013/08/30 08:01:23 wen Exp $
$NetBSD: distinfo,v 1.29 2014/01/09 08:03:45 wen Exp $
SHA1 (DateTime-1.03.tar.gz) = 23cad043140988ea95ad8dcb3095cc5aded0464e
RMD160 (DateTime-1.03.tar.gz) = 2b4a109c993f9205d908833282d1c59b19bbea46
Size (DateTime-1.03.tar.gz) = 174369 bytes
SHA1 (DateTime-1.06.tar.gz) = dbbaf07f3279b6bb1f6587eae30f0bf0c00074e4
RMD160 (DateTime-1.06.tar.gz) = 93c37c468c0a427b4604355c33603b14f89566e2
Size (DateTime-1.06.tar.gz) = 174875 bytes