diff options
Diffstat (limited to 'describekeywords.cgi')
-rwxr-xr-x | describekeywords.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/describekeywords.cgi b/describekeywords.cgi index b67b9c3d9..ef0634960 100755 --- a/describekeywords.cgi +++ b/describekeywords.cgi @@ -6,12 +6,12 @@ # 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; use Bugzilla::Error; -use Bugzilla::User; use Bugzilla::Keyword; my $user = Bugzilla->login(); |