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" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3348EA582D for ; Thu, 5 Mar 2015 07:00:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 856F414A4AD; Thu, 5 Mar 2015 07:00:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4415314A4AC for ; Thu, 5 Mar 2015 07:00:18 +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 dOzyFdoW3ajL for ; Thu, 5 Mar 2015 07:00:17 +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 BFFD914A4A9 for ; Thu, 5 Mar 2015 07:00:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BA41B98; Thu, 5 Mar 2015 07:00:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 5 Mar 2015 07:00:17 +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: <20150305070017.BA41B98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Thu Mar 5 07:00:17 UTC 2015 Modified Files: pkgsrc/devel/p5-Date-Manip: Makefile distinfo Log Message: Update to 6.49: Added a deprecation warning The TZ config variable is going away. Added a deprecation warning. Some speedups for timezone handling Based on RT 102284, I have done some optimization of the timezone handling code. Bug fixes Added the missing is_date base method to Date::Manip::Base. Mario Domgoergen. Time zone fixes Newest zoneinfo data (tzdata 2015a) Language fixes A number of corrections by Nicholas Riley To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/p5-Date-Manip/Makefile cvs rdiff -u -r1.23 -r1.24 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.