projects
/
lab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7848b0b
)
use Getopt::Long safely
author
Ken-ichi Mito
<mitty@mitty.jp>
Tue, 4 Mar 2014 21:39:15 +0000
(06:39 +0900)
committer
Ken-ichi Mito
<mitty@mitty.jp>
Tue, 4 Mar 2014 21:39:15 +0000
(06:39 +0900)
* see http://d.hatena.ne.jp/tagomoris/
20120918
/
1347991165
misc/httpbench.pl
patch
|
blob
|
history
diff --git
a/misc/httpbench.pl
b/misc/httpbench.pl
index
fc5a218
..
c36ed64
100755
(executable)
--- 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);