diff options
Diffstat (limited to 'sanitycheck.pl')
-rwxr-xr-x | sanitycheck.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sanitycheck.pl b/sanitycheck.pl index a360bf8c0..819c66152 100755 --- a/sanitycheck.pl +++ b/sanitycheck.pl @@ -6,8 +6,8 @@ # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. +use 5.10.1; use strict; - use lib qw(. lib); use Bugzilla; |