Updated Changes
[catagits/Catalyst-Runtime.git] / Build.PL
index 4cc2282..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')