Changeset cff45ef in lab.git


Ignore:
Timestamp:
Mar 5, 2014 6:39:15 AM (10 years ago)
Author:
Ken-ichi Mito <mitty@…>
Branches:
master
Children:
0035554
Parents:
7848b0b
Message:

use Getopt::Long safely

File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/httpbench.pl

    rd6dd05b rcff45ef  
    55use utf8; 
    66 
    7 use Getopt::Long; 
     7use Getopt::Long qw(:config posix_default no_ignore_case gnu_compat); 
    88use Parallel::ForkManager; 
    99use LWP::Simple; 
Note: See TracChangeset for help on using the changeset viewer.