summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User/APIKey.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/User/APIKey.pm')
-rw-r--r--Bugzilla/User/APIKey.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/User/APIKey.pm b/Bugzilla/User/APIKey.pm
index 75a4a6beb..d268a0a93 100644
--- a/Bugzilla/User/APIKey.pm
+++ b/Bugzilla/User/APIKey.pm
@@ -9,6 +9,7 @@ package Bugzilla::User::APIKey;
use 5.10.1;
use strict;
+use warnings;
use parent qw(Bugzilla::Object);