summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl/MantisBT.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/BugUrl/MantisBT.pm')
-rw-r--r--Bugzilla/BugUrl/MantisBT.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/BugUrl/MantisBT.pm b/Bugzilla/BugUrl/MantisBT.pm
index d774eca10..8dffabcbe 100644
--- a/Bugzilla/BugUrl/MantisBT.pm
+++ b/Bugzilla/BugUrl/MantisBT.pm
@@ -10,7 +10,7 @@ package Bugzilla::BugUrl::MantisBT;
use 5.10.1;
use strict;
-use base qw(Bugzilla::BugUrl);
+use parent qw(Bugzilla::BugUrl);
###############################
#### Methods ####