aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPeter Harris <pharris@opentext.com>2015-10-16 18:15:43 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2015-10-19 14:48:37 +0000
commit31b627fc82b2935feffb96ea7d6360cfa37b8acf (patch)
tree8194a819a87187b6d8ba183369efcbb6e6d704fc /tools
parent66f67f7b925fe9a5808a671785e49b5220680d80 (diff)
x11 generator: Allow perl 5.20 and newer
Despite promises from the Perl maintainers to remove or at least drastically change given/when and smartmatch, that still hasn't happened as of 5.22. We can cross that bridge when we come to it. Until then, assume they're never going to break given/when. Change-Id: If9270bd6fd819d24c58f31f2dfe0d88e831b19fe Reviewed-on: https://code.wireshark.org/review/11104 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/process-x11-xcb.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/process-x11-xcb.pl b/tools/process-x11-xcb.pl
index becf915738..c4e8c06fb7 100755
--- a/tools/process-x11-xcb.pl
+++ b/tools/process-x11-xcb.pl
@@ -41,7 +41,6 @@ use strict;
# language with a proper compatibility document, such as
# http://golang.org/doc/go1compat
no if $] >= 5.018, warnings => "experimental::smartmatch";
-no 5.20.0;
use IO::File;
use XML::Twig;