From 970190150a40d4bd574a1a84ac640ec44318869e Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 31 May 2017 17:48:17 -0400 Subject: Bug 1365734 - Handle BMO version number in Makefile.PL / MYMETA.json --- Bugzilla/Config/Core.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla/Config') 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 @@ -23,12 +23,6 @@ use constant get_param_list => ( checker => \&check_urlbase }, - { - name => 'bugzilla_version', - type => 't', - default => '', - }, - { name => 'ssl_redirect', type => 'b', -- cgit v1.2.3-24-g4f1b