View | Details | Raw Unified | Return to bug 11124
Collapse All | Expand All

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 699-704 our $PERL_DEPS = { Link Here
699
        'required' => '1',
699
        'required' => '1',
700
        'min_ver'  => '0.008',
700
        'min_ver'  => '0.008',
701
    },
701
    },
702
    'HTTPD::Bench::ApacheBench' => {
703
        'usage'    => 'Load testing',
704
        'required' => '0',
705
        'min_ver'  => '0.73',
706
    },
702
};
707
};
703
708
704
1;
709
1;
705
- 

Return to bug 11124