From c3a8600e1d8f4e8ec56ce3b20680a07770a822a3 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 26 Sep 2013 20:56:01 +0200 Subject: fix bustage due to bug 891236: it doesn't pass t/002goodperl.t --- extensions/MoreBugUrl/lib/Redmine.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'extensions') 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 #### -- cgit v1.2.3-24-g4f1b