summaryrefslogtreecommitdiffstats
path: root/extensions/Example/lib/WebService.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Example/lib/WebService.pm')
-rw-r--r--extensions/Example/lib/WebService.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Example/lib/WebService.pm b/extensions/Example/lib/WebService.pm
index 659189d2f..e5e14af53 100644
--- a/extensions/Example/lib/WebService.pm
+++ b/extensions/Example/lib/WebService.pm
@@ -8,7 +8,7 @@
package Bugzilla::Extension::Example::WebService;
use strict;
use warnings;
-use base qw(Bugzilla::WebService);
+use parent qw(Bugzilla::WebService);
use Bugzilla::Error;
# This can be called as Example.hello() from the WebService.