]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix bustage due to bug 891236: it doesn't pass t/002goodperl.t
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 26 Sep 2013 18:56:01 +0000 (20:56 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 26 Sep 2013 18:56:01 +0000 (20:56 +0200)
extensions/MoreBugUrl/lib/Redmine.pm

index 60c2ad90c7d8250c3fd1794ba8551fde09dddecd..a1c1382ce30da641684d600a59f2a9009dab781b 100644 (file)
@@ -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        ####