From owner-freebsd-perl@freebsd.org Tue Jul 4 10:17:41 2017 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 1CA7BD8CC7E for ; Tue, 4 Jul 2017 10:17:41 +0000 (UTC) (envelope-from mat@mat.cc) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 033F575EF0 for ; Tue, 4 Jul 2017 10:17:41 +0000 (UTC) (envelope-from mat@mat.cc) Received: by mailman.ysv.freebsd.org (Postfix) id 02734D8CC7D; Tue, 4 Jul 2017 10:17:41 +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 0202DD8CC7C for ; Tue, 4 Jul 2017 10:17:41 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BF94D75EEF for ; Tue, 4 Jul 2017 10:17:40 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 7CFE1BDC9F; Tue, 4 Jul 2017 12:17:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=plouf; bh=7cBLJTc5Uk5 CX0qemPZArF3ffL8=; b=Kw6iNihaS2MJK8IFMFXG3GBCQVpVmdS0LDjhtIN3aoU M79svOkdU1tce6sYDibzV8rTJQTH02EoNL/oDvPjjxlRtfYqqTvk7hKvgI3CETcV tkEardX2fYWl1JVQvDuYyEN7+JMtMoRsIr5/AtBHbTUBBStLErcoSJx21gh9ukdA = Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 35112BDC91; Tue, 4 Jul 2017 12:17:37 +0200 (CEST) Subject: Re: Change in version name To: Olivier , perl@FreeBSD.org References: From: Mathieu Arnold Message-ID: Date: Tue, 4 Jul 2017 12:17:35 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: fr Content-Transfer-Encoding: quoted-printable 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: Tue, 04 Jul 2017 10:17:41 -0000 Le 04/07/2017 =C3=A0 08:27, Olivier a =C3=A9crit : > How to solve that? To change the major version of Perl, you have to strictly follow UPDATING entry 20161103. If you have a perl that is not called perl5 but perl5.xx then it is not the default Perl, and it cannot be used as such. You will have to remove = it. --=20 Mathieu Arnold