home *** CD-ROM | disk | FTP | other *** search
- use Apache2 ();
- use ModPerl::Util ();
- use Apache::RequestRec ();
- use Apache::RequestIO ();
- use Apache::RequestUtil ();
- use Apache::Server ();
- use Apache::ServerUtil ();
- use Apache::Connection ();
- use Apache::Log ();
- use Apache::Const -compile => ':common';
- use APR::Const -compile => ':common';
- use APR::Table ();
- use Apache::compat ();
- use ModPerl::Registry ();
- use CGI ();
- use DBI ();
- use DBD::mysql ();
- # use XML::LibXML();
- # use XML::LibXSLT();
- *CORE::GLOBAL::flock = sub { 1 };
- 1;