Re: [Koha-devel] Perl 5.18

2014-04-30 Thread Renvoize, Martin
+1 to both removing from codebase and adding to guidline with suggested text. On 28 Apr 2014 17:56, "Tomas Cohen Arazi" wrote: > +1 for removal. > > > On Mon, Apr 28, 2014 at 12:26 PM, Galen Charlton wrote: > >> Hi, >> >> On Mon, Apr 28, 2014 at 7:43 AM, Tomas Cohen Arazi >> wrote: >> > The late

Re: [Koha-devel] Perl 5.18

2014-04-28 Thread Tomas Cohen Arazi
+1 for removal. On Mon, Apr 28, 2014 at 12:26 PM, Galen Charlton wrote: > Hi, > > On Mon, Apr 28, 2014 at 7:43 AM, Tomas Cohen Arazi > wrote: > > The latest Ubuntu LTS release includes Perl 5.18. One of the main > noticeable > > consequences of this is that some 5.10 features are now marked as

Re: [Koha-devel] Perl 5.18

2014-04-28 Thread Mark Tompsett
Greetings, I suggest that we add a new coding guideline +1 to coding guideline. to this effect: === PERL19: The use of the Perl smartmatch operator is forbidden === The Perl smartmatch operator, including ~~ and given/when, has been [http://perldoc.perl.org/5.18.0/perldelta.html#The-smartm

Re: [Koha-devel] Perl 5.18

2014-04-28 Thread Fischer, Katrin
5:27 PM > To: Tomas Cohen Arazi > Cc: koha-devel > Subject: Re: [Koha-devel] Perl 5.18 > > Hi, > > On Mon, Apr 28, 2014 at 7:43 AM, Tomas Cohen Arazi > wrote: > > The latest Ubuntu LTS release includes Perl 5.18. One of the main > > noticeable consequences of this

Re: [Koha-devel] Perl 5.18

2014-04-28 Thread Galen Charlton
Hi, On Mon, Apr 28, 2014 at 7:43 AM, Tomas Cohen Arazi wrote: > The latest Ubuntu LTS release includes Perl 5.18. One of the main noticeable > consequences of this is that some 5.10 features are now marked as > experimental, and hence warnings appear everywhere. > > One example could be the use o