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