Re: [Koha-devel] Perl version requirement

2020-06-27 Thread Victor Grousset/tuxayo
Hi o/ On 20-06-24 09:46, Julian Maurice wrote: > While reading the release notes for 20.05.01 I noticed that the minimum > Perl version required is still 5.10. Noticed the same while releasing Koha 19.05.12 ^^ https://gitlab.com/koha-community/release-tools/-/issues/12 Should have also brought th

Re: [Koha-devel] Perl version requirement

2020-06-26 Thread Julian Maurice
007 Australia Office: 02 9212 0899 Online: 02 8005 0595 *From:*Koha-devel *On Behalf Of *Tomas Cohen Arazi *Sent:* Friday, 26 June 2020 10:06 AM *To:* koha-devel *Subject:* Re: [Koha-devel] Perl version requirement Smart matches where used a while back but marked as experimental and we remo

Re: [Koha-devel] Perl version requirement

2020-06-25 Thread dcook
ect: Re: [Koha-devel] Perl version requirement Smart matches where used a while back but marked as experimental and we removed their only uses. 5.10 was required for defined-or, and Julian suggests we need 5.14 because of the use of /r. PS is it me or the reply-to on this list puts

Re: [Koha-devel] Perl version requirement

2020-06-25 Thread Tomas Cohen Arazi
> Australia > > > > Office: 02 9212 0899 > > Online: 02 8005 0595 > > > > *From:* Tomas Cohen Arazi > *Sent:* Friday, 26 June 2020 12:02 AM > *To:* Kyle Hall > *Cc:* David Cook ; Koha Devel < > koha-devel@lists.koha-community.org> > *Subject:

Re: [Koha-devel] Perl version requirement

2020-06-25 Thread dcook
/330 Wattle St Ultimo, NSW 2007 Australia Office: 02 9212 0899 Online: 02 8005 0595 From: Tomas Cohen Arazi Sent: Friday, 26 June 2020 12:02 AM To: Kyle Hall Cc: David Cook ; Koha Devel Subject: Re: [Koha-devel] Perl version requirement I agree with Martin we should be requiring

Re: [Koha-devel] Perl version requirement

2020-06-25 Thread Tomas Cohen Arazi
s the container OS. >> >> So yeah... let's pick the lowest Perl on our supported Debian/Ubuntu and >> have that be the minimum supported Perl. >> >> David Cook >> Systems Librarian >> Prosentient Systems >> 72/330 Wattle St >> Ultimo, NSW 2007

Re: [Koha-devel] Perl version requirement

2020-06-25 Thread Kyle Hall
an/Ubuntu and > have that be the minimum supported Perl. > > David Cook > Systems Librarian > Prosentient Systems > 72/330 Wattle St > Ultimo, NSW 2007 > Australia > > Office: 02 9212 0899 > Online: 02 8005 0595 > > -Original Message- > From: Koha-devel On Be

Re: [Koha-devel] Perl version requirement

2020-06-25 Thread Renvoize, Martin
; have that be the minimum supported Perl. > > David Cook > Systems Librarian > Prosentient Systems > 72/330 Wattle St > Ultimo, NSW 2007 > Australia > > Office: 02 9212 0899 > Online: 02 8005 0595 > > -Original Message- > From: Koha-devel On Behalf

Re: [Koha-devel] Perl version requirement

2020-06-24 Thread dcook
007 Australia Office: 02 9212 0899 Online: 02 8005 0595 -Original Message- From: Koha-devel On Behalf Of Paul A Sent: Thursday, 25 June 2020 9:00 AM To: koha-devel@lists.koha-community.org Subject: Re: [Koha-devel] Perl version requirement On 2020-06-24 1:15 p.m., Julian Maurice wrote

Re: [Koha-devel] Perl version requirement

2020-06-24 Thread Mason James
+1 for perl 5.14 as a minimum i think we should consider supporting older systems outside of debian, if possible On 24/06/20 10:42 pm, Tomas Cohen Arazi wrote: I agree we should raise the minimum version to 5.14 in that case. I think we raised to version 5.10 when we started using the defined

Re: [Koha-devel] Perl version requirement

2020-06-24 Thread Paul A
On 2020-06-24 1:15 p.m., Julian Maurice wrote: Ah yes, I forgot about Xenial. Not sure if it is still supported. Ubuntu 16.04.6 LTS (Xenial Xerus) was released February 28, 2019, has an "End of Standard Support" set at April 2021, and "End of Life" of April 2024 -- where some package enhanc

Re: [Koha-devel] Perl version requirement

2020-06-24 Thread Julian Maurice
Ah yes, I forgot about Xenial. Not sure if it is still supported. The thing is, depending on where you look, you find different informations: In the latest release notes: - 20.05.01 says that the recommended environments are Debian stretch, Debian buster or Ubuntu bionic, and requires Perl 5

Re: [Koha-devel] Perl version requirement

2020-06-24 Thread Mark Tompsett
Greetings, I apologize if this is a dumb question, but do we support Xenial (Ubuntu 16.04) still? If so, then Julian Maurice's suggestion is a little over. Xenial has Perl 5.22 in it. If we don't support Xenial, then +1 for his suggestion of 5.24 as the Perl version to use. GPML, Mark Tompsett

Re: [Koha-devel] Perl version requirement

2020-06-24 Thread Tomas Cohen Arazi
I agree we should raise the minimum version to 5.14 in that case. I think we raised to version 5.10 when we started using the defined-or (//) operator. El mié., 24 jun. 2020 a las 4:46, Julian Maurice (< julian.maur...@biblibre.com>) escribió: > Hi, > > While reading the release notes for 20.05.0

Re: [Koha-devel] Perl version requirement

2020-06-24 Thread Julian Maurice
Debian and Ubuntu are the recommended systems, but are not required. I think it's useful to know the Perl requirements for people that want to install Koha on other systems. Le 24/06/2020 à 12:20, Fridolin SOMERS a écrit : Hi, Indeed, since minimum OS is Debian Stretch. Is it even useful to t

Re: [Koha-devel] Perl version requirement

2020-06-24 Thread Fridolin SOMERS
Hi, Indeed, since minimum OS is Debian Stretch. Is it even useful to tell Perl requirement ? Best regards, Le 24/06/2020 à 09:46, Julian Maurice a écrit : Hi, While reading the release notes for 20.05.01 I noticed that the minimum Perl version required is still 5.10. However, we use the '/r'