Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3139E7A21A for ; Sun, 5 Jun 2016 11:46:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DAA0685F0C; Sun, 5 Jun 2016 11:46:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 69A6885F04 for ; Sun, 5 Jun 2016 11:46:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Z2igthZwXn37 for ; Sun, 5 Jun 2016 11:46:10 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BB9ED84D04 for ; Sun, 5 Jun 2016 11:46:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2784FBB5; Sun, 5 Jun 2016 11:46:09 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 5 Jun 2016 11:46:09 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Date-Manip To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160605114609.B2784FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sun Jun 5 11:46:09 UTC 2016 Modified Files: pkgsrc/devel/p5-Date-Manip: Makefile distinfo Log Message: Updated devel/p5-Date-Manip to 6.54 ------------------------------------- (From: perldoc Date::Manip::Changes6) ------------------------------------- VERSION 6.54 2016-05-31 Deprecation of Date::Manip 5.xx tests By default, the Date::Manip 5.xx tests will no longer run. Changes to the timezone data can cause failures. Since Date::Manip 5.xx is no longer supported in any way, these tests will no longer run on a system where 6.xx can be run. Richard Jelinek. Deprecation of TZ postponed The deprecation of the TZ variable has been postponed to March 2017. I decided that 1 year was not enough notice (especially since not everyone will have updated Date::Manip since March 2015 when the warning was added. Bug fixes Changed requirement for ExtUtils::MakeMaker to 6.67_01. RT 112286 Fixed a bug where a timezone abbreviation was not parsed correctly when passed in as a value to the SetDate, ForceDate, or TZ config variables. Based on a report in perlmonks.org. Time zone fixes Newest zoneinfo data (tzdata 2016d) Made some improvements to how I handled the timezone data which resulted in a few of the default timezones being changed. Documentation fixes Fixed one more typo. RT 114095 Clarified the Config document. Based on a report in perlmonks.org. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/p5-Date-Manip/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-Date-Manip/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.