Make sure we are using perl 5.6.0 as earlier versions won't work.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2905
This commit is contained in:
Tom Hughes 2004-11-02 09:49:19 +00:00
parent a54180bc29
commit 55a7ef5758

View File

@ -1,5 +1,6 @@
#!/usr/bin/perl
use 5.006;
use strict;
use warnings;