Changing the order of loaded modules to make sure they are set up in the right order.

This commit is contained in:
ian%hixie.ch 2001-11-09 17:16:50 +00:00
Родитель 27c0a625e9
Коммит 7d4ba9fdd4
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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