Skip to content

Commit

Permalink
Update to 6.50:
Browse files Browse the repository at this point in the history
VERSION 6.50  2015-06-01

Bug fixes

Not really a bug, but 6.49 got a bunch of NYTprof data bundled with it
by mistake.  It's been removed.  RT 103252

Fixed a bug where information about whether a date was complete or
truncated was discarded.  Jim Avera

Fixed a bug where SetDate with a zone alias failed.

Added the Format_MMMYYYY config variable to allow the truncated format
mmmYYYY to be parsed instead of mmmDDYY.  David W. Morganwalp and RT 103142

Fixed Makefile.PL/Build.PL to correct for a change on perl on windows
which changes a module prereq requirement.  Alexandr Ciornii

Time zone fixes

Newest zoneinfo data (tzdata 2015d)

Added aliases for older HP-UX time zones.  RT 104141

Documentation fixes

Fixed URL for tzdata.  Mohammad S Anwar

Better POD formats.

Fixed a documentation error.  RT 103966
  • Loading branch information
wiz committed Jun 3, 2015
1 parent 37a6c08 commit 665e98e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/p5-Date-Manip/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.51 2015/03/05 07:00:17 wiz Exp $
# $NetBSD: Makefile,v 1.52 2015/06/03 07:19:43 wiz Exp $

DISTNAME= Date-Manip-6.49
DISTNAME= Date-Manip-6.50
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Date-Manip/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.24 2015/03/05 07:00:17 wiz Exp $
$NetBSD: distinfo,v 1.25 2015/06/03 07:19:43 wiz Exp $

SHA1 (Date-Manip-6.49.tar.gz) = 98685078b08509f2d954c1434b4ff8e5a6d04f33
RMD160 (Date-Manip-6.49.tar.gz) = 1f8a5ac065188bfc81493921d2107172295a66b3
Size (Date-Manip-6.49.tar.gz) = 15472097 bytes
SHA1 (Date-Manip-6.50.tar.gz) = 831fd1496720a4e29205a9d327f067745172995a
RMD160 (Date-Manip-6.50.tar.gz) = b5b3e155d3df415e669586d4c73bca62a0ee7eaa
Size (Date-Manip-6.50.tar.gz) = 1795873 bytes

0 comments on commit 665e98e

Please sign in to comment.