diff options
Diffstat (limited to 'editworkflow.cgi')
-rwxr-xr-x | editworkflow.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editworkflow.cgi b/editworkflow.cgi index 36b8ab8f9..68cd98458 100755 --- a/editworkflow.cgi +++ b/editworkflow.cgi @@ -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; |