diff --git a/Makefile.PL b/Makefile.PL index 471676e..33ebc1f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,13 @@ my %conf = ( VERSION_FROM => 'lib/Apache/AuthTicket.pm', PREREQ_PM => { 'Apache::Test' => 1.35, + 'Apache2::AuthCookie' => 0, + 'Apache2::Connection' => 0, + 'Apache2::RequestIO' => 0, + 'Apache2::ServerUtil' => 0, + 'Apache::AuthCookie' => 0, + 'Apache::Constants' => 0, + 'Apache::Log' => 0, 'CGI' => 3.12, 'Class::Accessor::Fast' => 0, 'DBI' => 0,