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