Re: svn commit: r1663842 - /subversion/trunk/tools/dist/backport.pl

2015-03-04 Thread Daniel Shahaf
Branko Čibej wrote on Wed, Mar 04, 2015 at 14:35:02 +0100: > On 04.03.2015 02:31, danie...@apache.org wrote: > > +use v5.10.0; # needed for $^V > > + > > +# The given/when smartmatch facility, introduced in Perl v5.10, was made > > +# experimental and "subject to change" in v5.18 (see perl5180delta

Re: svn commit: r1663842 - /subversion/trunk/tools/dist/backport.pl

2015-03-04 Thread Branko Čibej
On 04.03.2015 02:31, danie...@apache.org wrote: > Author: danielsh > Date: Wed Mar 4 01:31:57 2015 > New Revision: 1663842 > > URL: http://svn.apache.org/r1663842 > Log: > backport.pl: Track a backwards-incompatible Perl language change. > > * tools/dist/backport.pl > (): Explicitly require vers