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 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 1399E1F453; Mon, 29 Apr 2019 01:54:10 +0000 (UTC) Date: Mon, 29 Apr 2019 01:54:09 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [RFC] start depending on Perl 5.10.1+ Message-ID: <20190429015409.vxgjuinoiltbgbdd@dcvr> References: <20190417220538.25112-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190417220538.25112-1-e@80x24.org> List-Id: The one minor, (and likely irrelevant) downside to this change would be any of code which relies on the 'fields' pragma for pseudo-hash performance benefits is out-of-luck since pseudo-hashes were removed in Perl 5.9. Our only use of the 'fields' pragma is from Danga::Socket (and descendent) classes. Fwiw, I have never used Perl 5.8 on public-inbox myself, either.