diff options
Diffstat (limited to 'relogin.cgi')
-rwxr-xr-x | relogin.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/relogin.cgi b/relogin.cgi index 57240db43..e2effd105 100755 --- a/relogin.cgi +++ b/relogin.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); |