added test for root overriding automatic detection.
[catagits/Catalyst-Runtime.git] / Build.PL
index 5d39f61..ee417af 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,
@@ -27,6 +27,7 @@ my $build = Module::Build->new(
         'URI'                               => 0,
     },
     create_makefile_pl => 'passthrough',
+    create_readme => 1,
     script_files => [ glob('script/*') ],
     test_files   => [
         glob('t/*.t'), glob('t/*/*.t'), glob('t/*/*/*.t'), glob('t/*/*/*/*.t')
@@ -43,8 +44,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 $@;