From: Frédéric Buclin Date: Thu, 26 Sep 2013 18:56:01 +0000 (+0200) Subject: fix bustage due to bug 891236: it doesn't pass t/002goodperl.t X-Git-Tag: bugzilla-4.5.1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3a8600e1d8f4e8ec56ce3b20680a07770a822a3;p=thirdparty%2Fbugzilla.git fix bustage due to bug 891236: it doesn't pass t/002goodperl.t --- diff --git a/extensions/MoreBugUrl/lib/Redmine.pm b/extensions/MoreBugUrl/lib/Redmine.pm index 60c2ad90c7..a1c1382ce3 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 ####