зеркало из https://github.com/mozilla/gecko-dev.git
Changing the order of loaded modules to make sure they are set up in the right order.
This commit is contained in:
Родитель
27c0a625e9
Коммит
7d4ba9fdd4
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/perl -wT
|
||||
#!/usr/bin/perl -w
|
||||
# -*- Mode: perl; tab-width: 4; indent-tabs-mode: nil; -*-
|
||||
#
|
||||
# This file is MPL/GPL dual-licensed under the following terms:
|
||||
|
@ -45,12 +45,12 @@ sub registerServices {
|
|||
PLIF::Input::CGI
|
||||
PLIF::Input::CommandLine
|
||||
PLIF::Input::Default
|
||||
PLIF::Database::DBI
|
||||
PLIF::DatabaseHelper::DBI
|
||||
PLIF::DataSource::FileStrings
|
||||
PLIF::DataSource::DebugStrings
|
||||
PLIF::DataSource::Strings::MySQL
|
||||
PLIF::DataSource::User::MySQL
|
||||
PLIF::Database::DBI
|
||||
PLIF::DatabaseHelper::DBI
|
||||
PLIF::Output::Generic
|
||||
PLIF::Output::Generic::StdOut
|
||||
PLIF::Service::Coses
|
||||
|
|
Загрузка…
Ссылка в новой задаче