We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548c003 commit 388883fCopy full SHA for 388883f
Bugzilla/Constants.pm
@@ -216,7 +216,7 @@ use Memoize;
216
# BMO: we don't map exactly to a specific Bugzilla version, so override our
217
# reported version with a parameter.
218
sub BUGZILLA_VERSION {
219
- my $bugzilla_version = '4.2';
+ my $bugzilla_version = '5.9+';
220
eval { require Bugzilla } || return $bugzilla_version;
221
eval { Bugzilla->VERSION } || $bugzilla_version;
222
}
0 commit comments