We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2387c1e commit 0423bb9Copy full SHA for 0423bb9
build.sh
@@ -390,7 +390,7 @@ installPerlModules () {
390
cpan App::cpanminus
391
cpanm Task::WebGUI
392
if [ "$WRE_OSTYPE" != "Leopard" ] && [ "$WRE_OSTYPE" != "Snow Leopard" ]; then
393
- cpanm Proc::ProcessTable
+ cpanm http://backpan.perl.org/authors/id/D/DU/DURIST/Proc-ProcessTable-0.44.tar.gz
394
fi
395
installPerlModule "Text-Aspell-0.09" "LIBS='-laspell'"
396
# detecting shared memory properly on 2.6 kernels
0 commit comments