Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 C74E7A65B8 for ; Wed, 2 Sep 2015 07:41:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7689914A159; Wed, 2 Sep 2015 07:41:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B58A814A154 for ; Wed, 2 Sep 2015 07:41:09 +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 C6DN8xERzxjm for ; Wed, 2 Sep 2015 07:41:09 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 0CB3A14A13E for ; Wed, 2 Sep 2015 07:41:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 06D6698; Wed, 2 Sep 2015 07:41:09 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 2 Sep 2015 07:41:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Date-Manip To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150902074109.06D6698@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed Sep 2 07:41:08 UTC 2015 Modified Files: pkgsrc/devel/p5-Date-Manip: Makefile distinfo Log Message: Update p5-Date-Manip to 6.51: =head1 VERSION 6.51 2015-09-01 Changes suggested by perlcritic Played with perlcritic and made a few minor changes based on it's suggestions. I doubt I will use perlcritic significantly. Date::Manip::Delta::value now returns an empty string If a delta has an error, or no valid delta in it, the value method returns an empty string instead of undef. This is to be consistent with the Date::Manip::Date::value method which returns an empty string. Bug fixes Fixed a bug where date/delta calculations with deltas that are too large was not working correctly. They now set an error condition and fail. RT 105737 Fixed a bug introduced by the previous patch and luckily discovered pre-release by Tom Wyant. Fixed code that produced a warning in 5.22.0. Tom Wyant Improved DM6 ParseDate and ParseDateString Added C<@opts> argument. Based on RT 105622. Time zone fixes Newest zoneinfo data (tzdata 2015f) Now uses /etc/localtime as a method to determine the local timezone. Patch supplied in RT 105159 (modified by me). The patch uses some code derived from DateTime::TimeZone . Clearer message when the date is not valid in the timezone. Test fixes Added a number of new tests based on Devel::Cover. Over the next several releases, I intend to continue to add tests until coverage is 100%. Documentation fixes Fixed a typo. RT 105546 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/p5-Date-Manip/Makefile cvs rdiff -u -r1.25 -r1.26 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.