versions of perl can handle the script.
MERGE TO STABLE
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_2_2_0_BRANCH@2902
-#!/usr/bin/perl
+#!/usr/bin/perl -w
# This file is part of Valgrind, an extensible x86 protected-mode
# emulator for monitoring program execution on x86-Unixes.
# The GNU General Public License is contained in the file COPYING.
use strict;
-use warnings;
while(<>) {
if(/VG_INTERCEPT\s*\(\s*(.*?)\s*,\s*(.*?)\s*\)/) {
-#!/usr/bin/perl
+#!/usr/bin/perl -w
# This file is part of Valgrind, an extensible x86 protected-mode
# emulator for monitoring program execution on x86-Unixes.
# The GNU General Public License is contained in the file COPYING.
use strict;
-use warnings;
my $output = shift @ARGV;
my $indent = "";