From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2831A1F852; Sun, 13 Feb 2022 10:18:02 +0000 (UTC) Date: Sun, 13 Feb 2022 10:18:02 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: upcoming perl v5.12 requirement... Message-ID: <20220213101802.GA18993@dcvr> References: <20210413192920.42920-1-e@80x24.org> <20210413194435.GA3371@dcvr> <20211108183859.GA25072@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20211108183859.GA25072@dcvr> List-Id: Eric Wong wrote: > That's nice, as is //a for ASCII-only matches. No, //a is actually Perl 5.14+ > > I'm not yet sure about the "unicode_strings" feature bit... > > This requires much care on our part, unfortunately. Yeah, unicode_strings is why I won't bother switching existing <= 5.10.1 codebases to 5.12+. Way too many gotchas and potential bugs with that.