diff options
Diffstat (limited to 'runtests.pl')
-rwxr-xr-x | runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.pl b/runtests.pl index 09963e84e..6a6450007 100755 --- a/runtests.pl +++ b/runtests.pl @@ -6,7 +6,7 @@ # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. -# Make it harder for us to do dangerous things in Perl. +use 5.10.1; use diagnostics; use strict; use lib qw(lib); |