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