summaryrefslogtreecommitdiffstats
path: root/setup/build-perl-modules.sh
blob: e0682b98db1cc1ea26050ec6e34a1f5814c10bcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash

. `dirname $0`/sdbs.inc

for module in \
    FCGI \
    CGI \
    CGI::Fast \
    Config::Grammar \
    Digest::HMAC_MD5 \
    Net::Telnet \
    Net::OpenSSH \
    Net::SNMP \
    Net::LDAP \
    Net::DNS \
    IO::Pty \
    LWP \
; do
    perlmodule $module
done