Browse Source

add header parser to deps

George Baugh 3 năm trước cách đây
mục cha
commit
e7dff70c39
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Makefile.PL

+ 1 - 0
Makefile.PL

@@ -51,6 +51,7 @@ WriteMakefile(
     'IO::Compress::Brotli'   => '0',
     'IO::Compress::Gzip'     => '0',
     'IO::Compress::Deflate'  => '0',
+    'HTTP::HeaderParser::XS' => '0',
   },
   test => {TESTS => 't/*.t'}
 );