From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05CE9138334 for ; Mon, 23 Dec 2019 22:58:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B219E09BB; Mon, 23 Dec 2019 22:58:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24855E09BB for ; Mon, 23 Dec 2019 22:58:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 139CC34DB05 for ; Mon, 23 Dec 2019 22:58:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EF377CD28 for ; Mon, 23 Dec 2019 22:58:48 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1577141897.6d34ed5ff40f086772edda17619766f755a5b547.dilfridge@gentoo> Subject: [gentoo-commits] data/gentoo-news:master commit in: 2017-10-10-perl-5_26-update/ X-VCS-Repository: data/gentoo-news X-VCS-Files: 2017-10-10-perl-5_26-update/2017-10-10-perl-5_26-update.en.txt X-VCS-Directories: 2017-10-10-perl-5_26-update/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6d34ed5ff40f086772edda17619766f755a5b547 X-VCS-Branch: master Date: Mon, 23 Dec 2019 22:58:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 86599a41-932d-4e40-b06e-d074bd9f9a70 X-Archives-Hash: dc621ae93d2b7e5396381ad7f20ed390 commit: 6d34ed5ff40f086772edda17619766f755a5b547 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Dec 23 22:58:17 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Dec 23 22:58:17 2019 +0000 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=6d34ed5f Remove 2017-10-10-perl-5_26-update news item, it's kinda outdated now Signed-off-by: Andreas K. Hüttel gentoo.org> .../2017-10-10-perl-5_26-update.en.txt | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/2017-10-10-perl-5_26-update/2017-10-10-perl-5_26-update.en.txt b/2017-10-10-perl-5_26-update/2017-10-10-perl-5_26-update.en.txt deleted file mode 100644 index c6277c5..0000000 --- a/2017-10-10-perl-5_26-update/2017-10-10-perl-5_26-update.en.txt +++ /dev/null @@ -1,32 +0,0 @@ -Title: Perl 5.26 update: possible breakage -Author: Andreas K. Hüttel -Posted: 2017-10-10 -Revision: 1 -News-Item-Format: 2.0 -Display-If-Installed: >=dev-lang/perl-5.26.0 - -You have just upgraded to Perl 5.26. This release brings several -incompatible changes, as a result of deprecations coming to term -and of changes in default settings to mitigate a potential -security issue [1]. - -While we have made sure that all resulting build failures within -Gentoo are fixed, this may not be the case for runtime issues, -and certainly can affect third-party code (e.g., "hand-installed" -server applications). - -Typical errors are: -* Can't locate inc/... in @INC (you may need to install the inc::... module) -* error: ... has no member named ‘op_sibling’ -* Unescaped left brace in regex is illegal in ... - -Please see the pages [2,3] for details and report bugs if you run -into problems during or after the Perl update. - -General purpose advice on updating Perl can be found on page [4]. - -[1] https://rt.perl.org/Ticket/Display.html?id=127834 - https://bugs.gentoo.org/show_bug.cgi?id=589680 -[2] https://wiki.gentoo.org/wiki/Project:Perl/Dot-In-INC-Removal -[3] https://wiki.gentoo.org/wiki/Project:Perl/5.26_Known_Issues -[4] https://wiki.gentoo.org/wiki/Perl