diff options
Diffstat (limited to 'shutdown.cgi')
-rwxr-xr-x | shutdown.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdown.cgi b/shutdown.cgi index b498349a0..4e04b1585 100755 --- a/shutdown.cgi +++ b/shutdown.cgi @@ -6,7 +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 5.14.0; use strict; use warnings; |