summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth/Login/APIKey.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Auth/Login/APIKey.pm')
-rw-r--r--Bugzilla/Auth/Login/APIKey.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Auth/Login/APIKey.pm b/Bugzilla/Auth/Login/APIKey.pm
index 902ce4da7..63e35578a 100644
--- a/Bugzilla/Auth/Login/APIKey.pm
+++ b/Bugzilla/Auth/Login/APIKey.pm
@@ -9,6 +9,7 @@ package Bugzilla::Auth::Login::APIKey;
use 5.10.1;
use strict;
+use warnings;
use base qw(Bugzilla::Auth::Login);