From 77e2eb32b0435ff86619661f274d830b0e00cda1 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 29 Jul 2017 10:01:17 +0100 Subject: [PATCH] - Added missing prereq as reported by CPANTS. https://cpants.cpanauthors.org/release/MSCHOUT/Apache-AuthTicket-0.94 --- Makefile.PL | 7 +++++++ 1 file changed, 7 insertions(+) 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,