From owner-freebsd-perl@freebsd.org Mon Sep 26 23:41:39 2016 Return-Path: Delivered-To: freebsd-perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30E38BEB0B3 for ; Mon, 26 Sep 2016 23:41:39 +0000 (UTC) (envelope-from gary@vivatek.com.au) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 17F41D11 for ; Mon, 26 Sep 2016 23:41:39 +0000 (UTC) (envelope-from gary@vivatek.com.au) Received: by mailman.ysv.freebsd.org (Postfix) id 13CE7BEB0B2; Mon, 26 Sep 2016 23:41:39 +0000 (UTC) Delivered-To: perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 137BDBEB0B1 for ; Mon, 26 Sep 2016 23:41:39 +0000 (UTC) (envelope-from gary@vivatek.com.au) Received: from mail.vivatek.com.au (mail.vivatek.com.au [202.174.111.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCE11D0F for ; Mon, 26 Sep 2016 23:41:38 +0000 (UTC) (envelope-from gary@vivatek.com.au) Received: from mail.vivatek.com.au (mail [127.0.1.3]) by mail.vivatek.com.au (Postfix) with ESMTP id 0DE3B53467D for ; Tue, 27 Sep 2016 09:33:42 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=vivatek.com.au; h=content-transfer-encoding:content-type:content-type :mime-version:x-mailer:organization:message-id:subject:subject :from:from:date:date:received:received; s=dkim; t=1474932821; x= 1476747222; bh=k3H4L7XhFpvTjBWg0RDTOkTCBFB/bKeaMWOd1OAyP1o=; b=E BFFRpfMV117gMTNzB36BUsAP3grcFwFZY3BZoSDCRsdTA0FUojGRosc6eldV7qFf 0d6iacRFaaAJXPx8y+smimTv4R50oeYLNQ9+VpYHcblSvUOap/GPm1MCzR5UWrpR UEUGMQ3auHn2E6DhD0bn5ti1gdqa3xCvwrLkdoTndo= Received: from mail.vivatek.com.au ([127.0.1.3]) by mail.vivatek.com.au (mail.vivatek.com.au [127.0.1.3]) (amavisd-new, port 10026) with ESMTP id FyBGg-RduBfI for ; Tue, 27 Sep 2016 09:33:41 +1000 (AEST) Received: from elegia (60-242-254-180.static.tpgi.com.au [60.242.254.180]) by mail.vivatek.com.au (Postfix) with ESMTPSA id A37F9534655 for ; Tue, 27 Sep 2016 09:33:41 +1000 (AEST) Date: Tue, 27 Sep 2016 09:35:02 +1000 From: Gary Newcombe To: perl@FreeBSD.org Subject: p5-DateTime 1.39 broken Message-Id: <20160927093502.234b9afdc4bba1c5cd22a65c@vivatek.com.au> Organization: Vivatek I.T. Consulting X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 23:41:39 -0000 Hi there. Looks like devel/p5-DateTime builds but is failing with the following at runtime. Can't locate Params/ValidationCompiler.pm in @INC (you may need to install the Params::ValidationCompiler module) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.20 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.20/mach /usr/local/lib/perl5/5.20 /usr/local/lib/perl5/site_perl/5.20 /usr/local/lib/perl5/site_perl/5.20/mach .) at /usr/local/lib/perl5/site_perl/DateTime/TimeZone/OffsetOnly.pm line 12, line 1. The author, Dave Rolsky, says of Params/ValidationCompiler: "This is very alpha. The module name could change. Everything could change. You have been warned." So why he's using it in DateTime-1.39 who knows. Just in case you hadn't noticed given the popularity of p5-DateTime. This broke a lot of scripts for me. Thanks, Gary