X-Git-Url: http://lab.mitty.jp/git/?p=lab.git;a=blobdiff_plain;f=misc%2Fhttpbench.pl;h=c36ed6400498892d1449ab1a29bbb413240eee2f;hp=fc5a218cf44c08e165a0a1b7f50100183530a37f;hb=cff45ef86bfb6530b05bafb991acd90647fb1260;hpb=7848b0bba7fae75a23c2a26667d5c499e0d57e3d diff --git a/misc/httpbench.pl b/misc/httpbench.pl index fc5a218..c36ed64 100755 --- a/misc/httpbench.pl +++ b/misc/httpbench.pl @@ -4,7 +4,7 @@ use strict; use warnings; use utf8; -use Getopt::Long; +use Getopt::Long qw(:config posix_default no_ignore_case gnu_compat); use Parallel::ForkManager; use LWP::Simple; use Time::HiRes qw(sleep);