diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-05-31 23:48:17 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-05-31 23:48:38 +0200 |
commit | 970190150a40d4bd574a1a84ac640ec44318869e (patch) | |
tree | 2b2209df631cbd1361564c68b955ee4a72f59ddb /Bugzilla/Config | |
parent | 5d6b04229f82bd33883c4dbc18b6050410aeae33 (diff) | |
download | bugzilla-970190150a40d4bd574a1a84ac640ec44318869e.tar.gz bugzilla-970190150a40d4bd574a1a84ac640ec44318869e.tar.xz |
Bug 1365734 - Handle BMO version number in Makefile.PL / MYMETA.json
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/Core.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm index 0e95741a9..654e569ba 100644 --- a/Bugzilla/Config/Core.pm +++ b/Bugzilla/Config/Core.pm @@ -24,12 +24,6 @@ use constant get_param_list => ( }, { - name => 'bugzilla_version', - type => 't', - default => '', - }, - - { name => 'ssl_redirect', type => 'b', default => 0 |