Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rVav5-000DH9-Jw for pgsql-hackers@arkaria.postgresql.org; Thu, 01 Feb 2024 17:32:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rVav3-006Jkn-Ue for pgsql-hackers@arkaria.postgresql.org; Thu, 01 Feb 2024 17:32:09 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rVav3-006Jke-LA for pgsql-hackers@lists.postgresql.org; Thu, 01 Feb 2024 17:32:09 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rVaux-004Yt5-JA for pgsql-hackers@lists.postgresql.org; Thu, 01 Feb 2024 17:32:08 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 411HW0V12937647; Thu, 1 Feb 2024 12:32:00 -0500 From: Tom Lane To: Andrew Dunstan cc: Nazir Bilal Yavuz , PostgreSQL Hackers Subject: Re: 003_extrafiles.pl test fails on Windows with the newer Perl versions In-reply-to: References: <03e39298-d675-adef-d331-88affdcdf5e7@dunslane.net> Comments: In-reply-to Nazir Bilal Yavuz message dated "Wed, 31 Jan 2024 11:45:43 +0300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2937645.1706808720.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 01 Feb 2024 12:32:00 -0500 Message-ID: <2937646.1706808720@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Seems like the back branches are still not quite there: I'm seeing Name "PostgreSQL::Test::Utils::windows_os" used only once: possible typo a= t t/003_extrafiles.pl line 74. in v12 and v13, while it's Name "PostgreSQL::Test::Utils::windows_os" used only once: possible typo a= t t/003_extrafiles.pl line 85. in v14. v15 and up are OK. regards, tom lane