Hello,
Here is a new patch version.
I tried to use perl 'version' instead of 'api_versionstring' to sync
with configure script.
--
Roman ZharkovFrom: Zharkov Roman
Date: Thu, 17 Oct 2024 13:09:51 +0700
Subject: [PATCH] Show plperl version in the meson setup summary.
Use perl 'version' instea
On 2024-11-29 Fr 3:26 AM, Nazir Bilal Yavuz wrote:
Hi,
On Fri, 29 Nov 2024 at 08:40, Zharkov Roman wrote:
Hello,
On 2024-11-27 21:50, Andrew Dunstan wrote:
it should give the same answer
Sometimes "version" and "api_versionstring" are different. Here are two
simple examples from my window
Hi,
On Fri, 29 Nov 2024 at 08:40, Zharkov Roman wrote:
>
> Hello,
>
> On 2024-11-27 21:50, Andrew Dunstan wrote:
> > it should give the same answer
>
> Sometimes "version" and "api_versionstring" are different. Here are two
> simple examples from my windows system and from a linux system of one o
Hello,
On 2024-11-27 21:50, Andrew Dunstan wrote:
it should give the same answer
Sometimes "version" and "api_versionstring" are different. Here are two
simple examples from my windows system and from a linux system of one of
my colleagues:
C:\Temp>perl -MConfig -e "print \"$Config{api_ver
On 2024-10-17 Th 10:02 PM, Zharkov Roman wrote:
Hello,
Would it be convinient to show the plperl version on the meson setup
summary
screen? Now it displays only 'YES' or 'NO'. This is the expected
behavior of
the meson build system and explains in its source code
Hello,
Would it be convinient to show the plperl version on the meson setup
summary
screen? Now it displays only 'YES' or 'NO'. This is the expected
behavior of
the meson build system and explains in its source code:
https://github.com/m