|
From: Tom H. <th...@cy...> - 2004-11-02 09:49:21
|
CVS commit by thughes: Make sure we are using perl 5.6.0 as earlier versions won't work. MERGE TO STABLE M +1 -0 gen_insn_test.pl 1.8.2.1 --- valgrind/none/tests/gen_insn_test.pl #1.8:1.8.2.1 @@ -1,4 +1,5 @@ #!/usr/bin/perl +use 5.006; use strict; use warnings; |