Author: danielsh
Date: Wed Mar  4 21:30:30 2015
New Revision: 1664155

URL: http://svn.apache.org/r1664155
Log:
* tools/dist/backport.pl: Fix compilation.

Modified:
    subversion/trunk/tools/dist/backport.pl

Modified: subversion/trunk/tools/dist/backport.pl
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/dist/backport.pl?rev=1664155&r1=1664154&r2=1664155&view=diff
==============================================================================
--- subversion/trunk/tools/dist/backport.pl (original)
+++ subversion/trunk/tools/dist/backport.pl Wed Mar  4 21:30:30 2015
@@ -13,7 +13,7 @@ use v5.10.0; # needed for $^V
 # compatible with those expected by the script, so disable the warning for
 # those Perls.  But don't try to disable the the warning category on Perls
 # that don't know that category, since that breaks compilation.
-no if v5.17.0 le $^V and $^V le v5.20.1,
+no if (v5.17.0 le $^V and $^V le v5.20.1),
    warnings => 'experimental::smartmatch';
 
 # Licensed to the Apache Software Foundation (ASF) under one


Reply via email to