Skip to content

Commit 0423bb9

Browse files
committedJan 4, 2012
force usage of the earlier, working version of Proc::ProcessTable.
1 parent 2387c1e commit 0423bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ installPerlModules () {
390390
cpan App::cpanminus
391391
cpanm Task::WebGUI
392392
if [ "$WRE_OSTYPE" != "Leopard" ] && [ "$WRE_OSTYPE" != "Snow Leopard" ]; then
393-
cpanm Proc::ProcessTable
393+
cpanm http://backpan.perl.org/authors/id/D/DU/DURIST/Proc-ProcessTable-0.44.tar.gz
394394
fi
395395
installPerlModule "Text-Aspell-0.09" "LIBS='-laspell'"
396396
# detecting shared memory properly on 2.6 kernels

0 commit comments

Comments
 (0)