diff options
Diffstat (limited to 'report.cgi')
-rwxr-xr-x | report.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/report.cgi b/report.cgi index 0241f42b5..a5d170825 100755 --- a/report.cgi +++ b/report.cgi @@ -6,6 +6,7 @@ # 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); |