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

. `dirname $0`/sdbs.inc

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