From adc906096f4644788b970e5ed936ca3e70bde2e8 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Thu, 12 Sep 2019 17:07:46 +0200 Subject: Add VNDB::Config module and unified conf.pl config file This gets rid of global.pl, config.pl and config3.pl and uses the cleaner config3.pl format for the config file. The config is easily accessible from anywhere by importing the new VNDB::Config module; The global $VNDB::S,O,M,ROOT variables have been removed. Sorry for all the churn... --- util/vndb-dev-server.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'util/vndb-dev-server.pl') diff --git a/util/vndb-dev-server.pl b/util/vndb-dev-server.pl index bc23997a..d1d051a8 100755 --- a/util/vndb-dev-server.pl +++ b/util/vndb-dev-server.pl @@ -105,9 +105,7 @@ sub checkmod { $check->($_) for (qw{ util/vndb.pl util/vndb3.pl - data/config.pl - data/config3.pl - data/global.pl + data/conf.pl }); my $ismod = $newlastmod > $lastmod; -- cgit v1.2.3