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

Bug 787668 #2: Use |use parent| instead of |use base|

parent 9426b8ea
......@@ -10,7 +10,7 @@ package Bugzilla::Search::ClauseGroup;
use 5.10.1;
use strict;
use base qw(Bugzilla::Search::Clause);
use parent qw(Bugzilla::Search::Clause);
use Bugzilla::Error;
use Bugzilla::Search::Condition qw(condition);
......
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