From: John Darrington Date: Thu, 12 Jan 2012 20:21:54 +0000 (+0100) Subject: Avoid deprecated Perl syntax. X-Git-Tag: v0.7.9~39 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=759c65a59048de2b9d2ab35cf817fcce52d236f3;hp=759c65a59048de2b9d2ab35cf817fcce52d236f3;p=pspp-builds.git Avoid deprecated Perl syntax. Apparently new perl versions don't like qw(x y z) without outer parentheses. See http://search.cpan.org/~flora/perl-5.14.2/pod/perl5140delta.pod#Use_of_qw%28...%29_as_parentheses This change adds these parentheses. Reported-by: bojo42 ---