summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-09-26 20:56:01 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2013-09-26 20:56:01 +0200
commitc3a8600e1d8f4e8ec56ce3b20680a07770a822a3 (patch)
treecfd445fd0fab80b92c92365f413cecc15179406a /extensions
parentbd15d3a19df5acccf283902af08f3ed5abaab31e (diff)
downloadbugzilla-c3a8600e1d8f4e8ec56ce3b20680a07770a822a3.tar.gz
bugzilla-c3a8600e1d8f4e8ec56ce3b20680a07770a822a3.tar.xz
fix bustage due to bug 891236: it doesn't pass t/002goodperl.t
Diffstat (limited to 'extensions')
-rw-r--r--extensions/MoreBugUrl/lib/Redmine.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/MoreBugUrl/lib/Redmine.pm b/extensions/MoreBugUrl/lib/Redmine.pm
index 60c2ad90c..a1c1382ce 100644
--- a/extensions/MoreBugUrl/lib/Redmine.pm
+++ b/extensions/MoreBugUrl/lib/Redmine.pm
@@ -6,8 +6,10 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::Extension::MoreBugUrl::Redmine;
+
+use 5.10.1;
use strict;
-use base qw(Bugzilla::BugUrl);
+use parent qw(Bugzilla::BugUrl);
###############################
#### Methods ####