Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 95125
Collapse All | Expand All

(-)apache2-mod_perl-startup.pl.orig (-9 / +9 lines)
Lines 7-26 Link Here
7
7
8
use ModPerl::Util (); #for CORE::GLOBAL::exit
8
use ModPerl::Util (); #for CORE::GLOBAL::exit
9
9
10
use Apache::RequestRec ();
10
use Apache2::RequestRec ();
11
use Apache::RequestIO ();
11
use Apache2::RequestIO ();
12
use Apache::RequestUtil ();
12
use Apache2::RequestUtil ();
13
13
14
use Apache::ServerRec ();
14
use Apache2::ServerRec ();
15
use Apache::ServerUtil ();
15
use Apache2::ServerUtil ();
16
use Apache::Connection ();
16
use Apache2::Connection ();
17
use Apache::Log ();
17
use Apache2::Log ();
18
18
19
use APR::Table ();
19
use APR::Table ();
20
20
21
use ModPerl::Registry ();
21
use ModPerl::Registry ();
22
22
23
use Apache::Const -compile => ':common';
23
use Apache2::Const -compile => ':common';
24
use APR::Const -compile => ':common';
24
use APR::Const -compile => ':common';
25
25
26
1;
26
1;

Return to bug 95125