We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2b960 commit fd93f43Copy full SHA for fd93f43
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 = '5.9.1';
+ my $bugzilla_version = '5.9.1+';
220
eval { require Bugzilla } || return $bugzilla_version;
221
eval { Bugzilla->VERSION } || $bugzilla_version;
222
}
0 commit comments