Fixed: Applied Cookbook patch
[catagits/Catalyst-Runtime.git] / Build.PL
index 5d39f61..5e706e7 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -14,7 +14,7 @@ my $build = Module::Build->new(
         'File::Temp'                        => 0.14,
         'HTTP::Daemon'                      => 0,
         'HTML::Entities'                    => 0,
-        'HTTP::Headers'                     => 0,
+        'HTTP::Headers'                     => 1.59,
         'HTTP::Request'                     => 0,
         'HTTP::Response'                    => 0,
         'LWP::UserAgent'                    => 0,
@@ -43,8 +43,5 @@ print(
 );
 print( '*' x 80, "\n" );
 
-eval "use mod_perl; use Apache::Request";
-print qq/Install "mod_perl" and "Apache::Request" for Apache support.\n/ if $@;
-
 eval "use FCGI";
 print qq/Install "FCGI" for FastCGI support.\n/ if $@;