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.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Bugzilla/WebService/BugUserLastVisit.pm b/Bugzilla/WebService/BugUserLastVisit.pm
index 7b729c6c8..299e1596b 100644
--- a/Bugzilla/WebService/BugUserLastVisit.pm
+++ b/Bugzilla/WebService/BugUserLastVisit.pm
@@ -9,9 +9,8 @@ package Bugzilla::WebService::BugUserLastVisit;
use 5.10.1;
use strict;
-use warnings;
-use base qw(Bugzilla::WebService);
+use parent qw(Bugzilla::WebService);
use Bugzilla::Bug;
use Bugzilla::Error;