]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make sure we are using perl 5.6.0 as earlier versions won't work.
authorTom Hughes <tom@compton.nu>
Tue, 2 Nov 2004 09:49:17 +0000 (09:49 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 2 Nov 2004 09:49:17 +0000 (09:49 +0000)
MERGE TO STABLE

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_2_2_0_BRANCH@2904

none/tests/gen_insn_test.pl

index 6391c7394d99b18253ef9d063a732645f3f1980b..9b19b449048a6f302aea461cb010061d019b618f 100644 (file)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
 
+use 5.006;
 use strict;
 use warnings;