build-2-test-command.sh (fping-5.0) | : | build-2-test-command.sh (fping-5.1) | ||
---|---|---|---|---|
#!/bin/sh | #!/bin/sh | |||
set -ex | set -ex | |||
curl -L http://cpanmin.us | perl - --sudo App::cpanminus | curl -L http://cpanmin.us | perl - -L $HOME/perl5 App::cpanminus | |||
cpanm --sudo Test::Command | $HOME/perl5/bin/cpanm --sudo Test::Command | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |