Commit c3a8600e authored by Frédéric Buclin's avatar Frédéric Buclin

fix bustage due to bug 891236: it doesn't pass t/002goodperl.t

parent bd15d3a1
......@@ -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 ####
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment